function content_moderation_notifications_entity_update in Content Moderation Notifications 8.2
Same name and namespace in other branches
- 8.3 content_moderation_notifications.module \content_moderation_notifications_entity_update()
- 8 content_moderation_notifications.module \content_moderation_notifications_entity_update()
Implements hook_entity_update().
File
- ./
content_moderation_notifications.module, line 25 - Hook implementations for the content moderation notifications module.
Code
function content_moderation_notifications_entity_update(EntityInterface $entity) {
_content_moderation_notifications_check($entity);
}