You are here

function courier_entity_update in Courier 2.x

Same name and namespace in other branches
  1. 8 courier.module \courier_entity_update()

Implements hook_entity_update().

See also

_courier_entity_postsave()

File

./courier.module, line 27
Hooks for Courier.

Code

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