function workbench_email_entity_update in Workbench Email 2.x
Same name and namespace in other branches
- 8 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);
}