function EntityTestHooks::entityPredelete
Same name and namespace in other branches
- 11.x core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php \Drupal\entity_test\Hook\EntityTestHooks::entityPredelete()
Implements hook_entity_predelete().
Attributes
#[Hook('entity_predelete')]
File
-
core/
modules/ system/ tests/ modules/ entity_test/ src/ Hook/ EntityTestHooks.php, line 392
Class
- EntityTestHooks
- Hook implementations for entity_test.
Namespace
Drupal\entity_test\HookCode
public function entityPredelete(EntityInterface $entity) : void {
if (isset($GLOBALS['entity_test_throw_exception'])) {
throw new \Exception('Entity predelete exception', 2);
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.