1 entityreference.module entityreference_entity_delete($entity, $entity_type)

Implements hook_entity_delete().

File

core/modules/entityreference/entityreference.module, line 329
Entityreference primary module file.

Code

function entityreference_entity_delete($entity, $entity_type) {
  entityreference_entity_crud($entity, $entity_type, 'entityPostDelete');
}