function entity_test_entity_predelete
Same name in other branches
- 8.9.x core/modules/system/tests/modules/entity_test/entity_test.module \entity_test_entity_predelete()
- 10 core/modules/system/tests/modules/entity_test/entity_test.module \entity_test_entity_predelete()
- 11.x core/modules/system/tests/modules/entity_test/entity_test.module \entity_test_entity_predelete()
Implements hook_entity_predelete().
File
-
core/
modules/ system/ tests/ modules/ entity_test/ entity_test.module, line 473
Code
function entity_test_entity_predelete(EntityInterface $entity) {
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.