You are here

function entity_rules_entity_insert in Entity Rules 7

Implements hook_entity_insert().

File

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

Code

function entity_rules_entity_insert($entity, $type) {
  _entity_rules_invoke_rules($entity, $type, 'create');
}