function entity_crud_hook_test_taxonomy_term_load

7.x entity_crud_hook_test.module entity_crud_hook_test_taxonomy_term_load()

Implements hook_taxonomy_term_load().

File

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

Code

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