You are here

service contact.mail_handler in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/contact/contact.services.yml \contact.mail_handler

Class

Drupal\contact\MailHandler
1 string reference to contact.mail_handler
MessageForm::create in core/modules/contact/src/MessageForm.php
Instantiates a new instance of this class.

File

core/modules/contact/contact.services.yml
core/modules/contact/contact.services.yml

View source
  1. class: Drupal\contact\MailHandler
  2. arguments:
  3. - '@plugin.manager.mail'
  4. - '@language_manager'
  5. - '@logger.channel.contact'
  6. - '@string_translation'
  7. - '@entity_type.manager'