You are here

function courier_entity_insert in Courier 8

Same name and namespace in other branches
  1. 2.x courier.module \courier_entity_insert()

Implements hook_entity_insert().

See also

_courier_entity_postsave()

File

./courier.module, line 13

Code

function courier_entity_insert(EntityInterface $entity) {
  _courier_entity_postsave($entity);
}