You are here

service plugin.manager.mail in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \plugin.manager.mail
  2. 10 core/core.services.yml \plugin.manager.mail

Class

Drupal\Core\Mail\MailManager
2 string references to plugin.manager.mail
AssertMailTraitTest::testAssertMailTrait in core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php
Tests that the maintenance theme initializes the theme and its base themes.
EmailAction::create in core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php
Creates an instance of the plugin.

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Mail\MailManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@config.factory'
  7. - '@logger.factory'
  8. - '@string_translation'
  9. - '@renderer'