You are here

service content_moderation_notifications.notification in Content Moderation Notifications 8.3

Same name and namespace in other branches
  1. 8.2 content_moderation_notifications.services.yml \content_moderation_notifications.notification

Class

Drupal\content_moderation_notifications\Notification

File

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

View source
  1. class: Drupal\content_moderation_notifications\Notification
  2. arguments:
  3. - '@current_user'
  4. - '@entity_type.manager'
  5. - '@plugin.manager.mail'
  6. - '@module_handler'
  7. - '@content_moderation_notifications.notification_information'
  8. - '@?token.entity_mapper'