You are here

function workbench_email_entity_update in Workbench Email 8

Same name and namespace in other branches
  1. 2.x workbench_email.module \workbench_email_entity_update()

Implements hook_entity_update().

File

./workbench_email.module, line 177
Provides main module functions.

Code

function workbench_email_entity_update(EntityInterface $entity) {
  _workbench_email_process_if_moderated($entity);
}