entity_crud_hook_test_comment_update

7 entity_crud_hook_test.module entity_crud_hook_test_comment_update()
8 entity_crud_hook_test.module entity_crud_hook_test_comment_update()

Implements hook_comment_update().

File

modules/simpletest/tests/entity_crud_hook_test.module, line 176

Code

function entity_crud_hook_test_comment_update() {
  $_SESSION['entity_crud_hook_test'][] = (__FUNCTION__ . ' called');
}
Login or register to post comments