function entityreference_entity_delete in Entity reference 7
Implements hook_entity_delete().
File
- ./
entityreference.module, line 373 - Entityreference primary module file.
Code
function entityreference_entity_delete($entity, $entity_type) {
entityreference_entity_crud($entity, $entity_type, 'entityPostDelete');
}