You are here

service content_moderation_notifications.notification_information in Content Moderation Notifications 8.2

Same name and namespace in other branches
  1. 8.3 content_moderation_notifications.services.yml \content_moderation_notifications.notification_information

Class

Drupal\content_moderation_notifications\NotificationInformation
2 string references to content_moderation_notifications.notification_information
_content_moderation_notifications_check in ./content_moderation_notifications.module
Triggers the content moderation notification system.
_content_moderation_notifications_ensure_revision in ./content_moderation_notifications.module
Attach the last untouched revision to the entity.

File

./content_moderation_notifications.services.yml
content_moderation_notifications.services.yml

View source
  1. class: Drupal\content_moderation_notifications\NotificationInformation
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@content_moderation.moderation_information'