1 entityreference.module | entityreference_entity_insert($entity, $entity_type) |
Implements hook_entity_insert().
File
- core/
modules/ entityreference/ entityreference.module, line 317 - Entityreference primary module file.
Code
function entityreference_entity_insert($entity, $entity_type) {
entityreference_entity_crud($entity, $entity_type, 'entityPostInsert');
}