service plugin.manager.mail in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \plugin.manager.mail
- 9 core/core.services.yml \plugin.manager.mail
Class
Drupal\Core\Mail\MailManager12 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.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Mail\MailManager
- arguments:
- - '@container.namespaces'
- - '@cache.discovery'
- - '@module_handler'
- - '@config.factory'
- - '@logger.factory'
- - '@string_translation'
- - '@renderer'