entity_crud_hook_test_taxonomy_vocabulary_presave

7 entity_crud_hook_test.module entity_crud_hook_test_taxonomy_vocabulary_presave()
8 entity_crud_hook_test.module entity_crud_hook_test_taxonomy_vocabulary_presave()

Implements hook_taxonomy_vocabulary_presave().

File

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

Code

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