You are here

function entity_rules_entity_delete in Entity Rules 7

Implements hook_entity_delete().

File

./entity_rules.module, line 903
Module file for the Entity Rules.

Code

function entity_rules_entity_delete($entity, $type) {
  _entity_rules_invoke_rules($entity, $type, 'delete');
}