function entity_crud_hook_test_taxonomy_vocabulary_update

7.x entity_crud_hook_test.module entity_crud_hook_test_taxonomy_vocabulary_update()

Implements hook_taxonomy_vocabulary_update().

File

drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.module, line 193
Test module for the Entity CRUD API.

Code

function entity_crud_hook_test_taxonomy_vocabulary_update() {
  $_SESSION['entity_crud_hook_test'][] = (__FUNCTION__ . ' called');
}