You are here

function workbench_email_content_moderation_state_insert in Workbench Email 8

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

Implements hook_ENTITY_TYPE_insert for content_moderation_state.

@todo Remove when https://www.drupal.org/project/drupal/issues/2873287 is in.

File

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

Code

function workbench_email_content_moderation_state_insert(ContentModerationState $entity) {
  _workbench_email_content_moderation_event_shim($entity);
}