You are here

content_moderation_notifications.services.yml in Content Moderation Notifications 8.2

Same filename and directory in other branches
  1. 8.3 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: ['@plugin.manager.mail']