1 entity_crud_hook_test.module | entity_crud_hook_test_taxonomy_term_insert() |
Implements hook_taxonomy_term_insert().
File
- core/
modules/ entity/ tests/ entity_crud_hook_test/ entity_crud_hook_test.module, line 80 - Test module for the Entity CRUD API.
Code
function entity_crud_hook_test_taxonomy_term_insert() {
$_SESSION['entity_crud_hook_test'][] = (__FUNCTION__ . ' called');
}