You are here

function entity_crud_hook_test_taxonomy_term_insert in Drupal 7

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module \entity_crud_hook_test_taxonomy_term_insert()
  2. 9 core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module \entity_crud_hook_test_taxonomy_term_insert()
  3. 10 core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module \entity_crud_hook_test_taxonomy_term_insert()

Implements hook_taxonomy_term_insert().

File

modules/simpletest/tests/entity_crud_hook_test.module, line 88
Test module for the Entity CRUD API.

Code

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