function workbench_email_entity_insert in Workbench Email 2.x
Same name and namespace in other branches
- 8 workbench_email.module \workbench_email_entity_insert()
Implements hook_entity_insert().
File
- ./
workbench_email.module, line 184 - Provides main module functions.
Code
function workbench_email_entity_insert(EntityInterface $entity) {
_workbench_email_process_if_moderated($entity);
}