content_moderation_notifications.services.yml in Content Moderation Notifications 8.2
Same filename and directory in other branches
File
content_moderation_notifications.services.ymlView source
- services:
- content_moderation_notifications.notification_information:
- class: Drupal\content_moderation_notifications\NotificationInformation
- arguments: ['@entity_type.manager', '@content_moderation.moderation_information']
- content_moderation_notifications.notification:
- class: Drupal\content_moderation_notifications\Notification
- arguments: ['@plugin.manager.mail']