function courier_entity_insert in Courier 2.x
Same name and namespace in other branches
- 8 courier.module \courier_entity_insert()
Implements hook_entity_insert().
See also
File
- ./
courier.module, line 18 - Hooks for Courier.
Code
function courier_entity_insert(EntityInterface $entity) {
_courier_entity_postsave($entity);
}