You are here

function cer_entity_delete in Corresponding Entity References 7.3

Same name and namespace in other branches
  1. 8.4 cer.module \cer_entity_delete()
  2. 7 cer.module \cer_entity_delete()
  3. 7.2 cer.module \cer_entity_delete()

Implements hook_entity_delete().

File

./cer.module, line 161

Code

function cer_entity_delete($entity, $type) {
  if (!function_exists("cer_{$type}_delete")) {
    cer_processing_entity('delete', $entity, $type);
  }
}