| 7 entity_crud_hook_test.module | entity_crud_hook_test_taxonomy_vocabulary_update() |
| 8 entity_crud_hook_test.module | entity_crud_hook_test_taxonomy_vocabulary_update() |
Implements hook_taxonomy_vocabulary_update().
File
- modules/
simpletest/ tests/ entity_crud_hook_test.module, line 204
Code
function entity_crud_hook_test_taxonomy_vocabulary_update() {
$_SESSION['entity_crud_hook_test'][] = (__FUNCTION__ . ' called');
}
Login or register to post comments