You are here

function entity_crud_hook_test_taxonomy_vocabulary_presave 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_vocabulary_presave()
  2. 7 modules/simpletest/tests/entity_crud_hook_test.module \entity_crud_hook_test_taxonomy_vocabulary_presave()
  3. 9 core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module \entity_crud_hook_test_taxonomy_vocabulary_presave()

Implements hook_ENTITY_TYPE_presave() for taxonomy_vocabulary entities.

File

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

Code

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