function entity_crud_hook_test_comment_update
Implements hook_comment_update().
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ entity_crud_hook_test.module, line 165 - Test module for the Entity CRUD API.
Código
function entity_crud_hook_test_comment_update() {
$_SESSION['entity_crud_hook_test'][] = (__FUNCTION__ . ' called');
}