function entity_crud_hook_test_taxonomy_vocabulary_presave

7.x entity_crud_hook_test.module entity_crud_hook_test_taxonomy_vocabulary_presave()

Implements hook_taxonomy_vocabulary_presave().

File

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

Code

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