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

Class

Drupal\Core\Mail\MailManager
11 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.
MailCaptureTest::testMailSend in core/tests/Drupal/FunctionalTests/MailCaptureTest.php
Tests to see if the wrapper function is executed correctly.
MailTest::testCancelMessage in core/modules/system/tests/src/Kernel/Mail/MailTest.php
Tests that message sending may be canceled.
MailTest::testConvertRelativeUrlsIntoAbsolute in core/modules/system/tests/src/Kernel/Mail/MailTest.php
Checks that relative paths in mails are converted into absolute URLs.
MailTest::testErrorMessageDisplay in core/modules/system/tests/src/Kernel/Mail/MailTest.php
Assert that the pluggable mail system is functional.

... See full list

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'