You are here

function workbench_email_entity_insert in Workbench Email 8

Same name and namespace in other branches
  1. 2.x 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);
}