You are here

content_moderation_notifications.services.yml in Content Moderation Notifications 8.3

Same filename and directory in other branches
  1. 8.2 content_moderation_notifications.services.yml

File

content_moderation_notifications.services.yml
View source
  1. services:
  2. content_moderation_notifications.notification_information:
  3. class: Drupal\content_moderation_notifications\NotificationInformation
  4. arguments: ['@entity_type.manager', '@content_moderation.moderation_information']
  5. content_moderation_notifications.notification:
  6. class: Drupal\content_moderation_notifications\Notification
  7. arguments: ['@current_user', '@entity_type.manager', '@plugin.manager.mail', '@module_handler', '@content_moderation_notifications.notification_information', '@?token.entity_mapper']