You are here

service plugin.manager.mail in Drupal 10

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

Class

Drupal\Core\Mail\MailManager
12 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
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.

... 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'