function EntityCrudHookTest::taxonomyVocabularyUpdate

Implements hook_ENTITY_TYPE_update() for taxonomy_vocabulary entities.

Attributes

#[Hook('taxonomy_vocabulary_update')]

File

core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php, line 888

Class

EntityCrudHookTest
Tests entity CRUD via hooks.

Namespace

Drupal\KernelTests\Core\Entity

Code

public function taxonomyVocabularyUpdate() : void {
  $GLOBALS['entity_crud_hook_test'][] = 'entity_crud_hook_test_taxonomy_vocabulary_update called';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.