function entity_crud_hook_test_taxonomy_term_load

Implements hook_taxonomy_term_load().

File

drupal/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';
}