You are here

function content_moderation_notifications_entity_insert in Content Moderation Notifications 8.2

Same name and namespace in other branches
  1. 8.3 content_moderation_notifications.module \content_moderation_notifications_entity_insert()

Implements hook_entity_update().

File

./content_moderation_notifications.module, line 32
Hook implementations for the content moderation notifications module.

Code

function content_moderation_notifications_entity_insert(EntityInterface $entity) {
  _content_moderation_notifications_check($entity);
}