You are here

function entityreference_entity_insert in Entity reference 7

Implements hook_entity_insert().

File

./entityreference.module, line 359
Entityreference primary module file.

Code

function entityreference_entity_insert($entity, $entity_type) {
  entityreference_entity_crud($entity, $entity_type, 'entityPostInsert');
}