contact.services.yml
Same filename in other branches
File
-
core/
modules/ contact/ contact.services.yml
View source
- services:
- access_check.contact_personal:
- class: Drupal\contact\Access\ContactPageAccess
- tags:
- - { name: access_check, applies_to: _access_contact_personal_tab }
- arguments: ['@config.factory', '@user.data']
- contact.mail_handler:
- class: Drupal\contact\MailHandler
- arguments: ['@plugin.manager.mail', '@language_manager', '@logger.channel.contact', '@string_translation', '@entity_type.manager']
- logger.channel.contact:
- class: Drupal\Core\Logger\LoggerChannel
- factory: logger.factory:get
- arguments: ['contact']
Services
Title | Deprecated | Summary |
---|---|---|
access_check.contact_personal | Drupal\contact\Access\ContactPageAccess | |
contact.mail_handler | Drupal\contact\MailHandler | |
logger.channel.contact | Drupal\Core\Logger\LoggerChannel |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.