function content_moderation_notifications_entity_insert in Content Moderation Notifications 8.3
Same name and namespace in other branches
- 8.2 content_moderation_notifications.module \content_moderation_notifications_entity_insert()
Implements hook_entity_insert().
File
- ./
content_moderation_notifications.module, line 35 - Hook implementations for the content moderation notifications module.
Code
function content_moderation_notifications_entity_insert(EntityInterface $entity) {
\Drupal::service('content_moderation_notifications.notification')
->processEntity($entity);
}