You are here

function entity_crud_hook_test_taxonomy_term_create in Drupal 10

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_create()
  2. 9 core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module \entity_crud_hook_test_taxonomy_term_create()

Implements hook_ENTITY_TYPE_create() for taxonomy_term entities.

File

core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module, line 48
Test module for the Entity CRUD API.

Code

function entity_crud_hook_test_taxonomy_term_create() {
  $GLOBALS['entity_crud_hook_test'][] = __FUNCTION__ . ' called';
}