You are here

contact_emails.services.yml in Contact Emails 8

File

contact_emails.services.yml
View source
  1. services:
  2. contact_emails.emailer:
  3. class: Drupal\contact_emails\ContactEmailer
  4. arguments: ["@plugin.manager.mail", "@contact_emails.helper", "@current_user", "@email.validator", "@messenger"]
  5. contact_emails.helper:
  6. class: Drupal\contact_emails\ContactEmails
  7. arguments: ["@cache.default", "@entity_field.manager", "@entity_type.bundle.info"]
  8. contact_emails.route_subscriber:
  9. class: Drupal\contact_emails\Routing\RouteSubscriber
  10. tags:
  11. - { name: event_subscriber }