function entity_crud_hook_test_entity_predelete

Implements hook_entity_predelete().

File

core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module, line 300

Code

function entity_crud_hook_test_entity_predelete(EntityInterface $entity) {
  $GLOBALS['entity_crud_hook_test'][] = __FUNCTION__ . ' called for type ' . $entity->getEntityTypeId();
}

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