function EntityCrudHookTestHooks::taxonomyVocabularyPresave
Implements hook_ENTITY_TYPE_presave() for taxonomy_vocabulary entities.
File
-
core/
modules/ system/ tests/ modules/ entity_crud_hook_test/ src/ Hook/ EntityCrudHookTestHooks.php, line 130
Class
- EntityCrudHookTestHooks
- Hook implementations for entity_crud_hook_test.
Namespace
Drupal\entity_crud_hook_test\HookCode
public function taxonomyVocabularyPresave() {
$GLOBALS['entity_crud_hook_test'][] = 'entity_crud_hook_test_taxonomy_vocabulary_presave' . ' called';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.