MailInterface.php |
file |
core/lib/Drupal/Core/Mail/MailInterface.php |
|
MailInterface::format |
function |
core/lib/Drupal/Core/Mail/MailInterface.php |
Formats a message prior to sending. |
MailInterface::mail |
function |
core/lib/Drupal/Core/Mail/MailInterface.php |
Sends a message composed by \Drupal\Core\Mail\MailManagerInterface->mail(). |
MailManager |
class |
core/lib/Drupal/Core/Mail/MailManager.php |
Provides a Mail plugin manager. |
MailManager.php |
file |
core/lib/Drupal/Core/Mail/MailManager.php |
|
MailManager::$configFactory |
property |
core/lib/Drupal/Core/Mail/MailManager.php |
The config factory. |
MailManager::$instances |
property |
core/lib/Drupal/Core/Mail/MailManager.php |
List of already instantiated mail plugins. |
MailManager::$loggerFactory |
property |
core/lib/Drupal/Core/Mail/MailManager.php |
The logger factory. |
MailManager::$renderer |
property |
core/lib/Drupal/Core/Mail/MailManager.php |
The renderer. |
MailManager::doMail |
function |
core/lib/Drupal/Core/Mail/MailManager.php |
Composes and optionally sends an email message. |
MailManager::getInstance |
function |
core/lib/Drupal/Core/Mail/MailManager.php |
Overrides PluginManagerBase::getInstance(). |
MailManager::mail |
function |
core/lib/Drupal/Core/Mail/MailManager.php |
Composes and optionally sends an email message. |
MailManager::__construct |
function |
core/lib/Drupal/Core/Mail/MailManager.php |
Constructs the MailManager object. |
MailManagerInterface |
interface |
core/lib/Drupal/Core/Mail/MailManagerInterface.php |
Provides an interface for sending mail. |
MailManagerInterface.php |
file |
core/lib/Drupal/Core/Mail/MailManagerInterface.php |
|
MailManagerInterface::mail |
function |
core/lib/Drupal/Core/Mail/MailManagerInterface.php |
Composes and optionally sends an email message. |
MailManagerTest |
class |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
Tests Drupal\Core\Mail\MailManager. |
MailManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
|
MailManagerTest::$cache |
property |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
The cache backend to use. |
MailManagerTest::$configFactory |
property |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
The configuration factory. |
MailManagerTest::$definitions |
property |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
A list of mail plugin definitions. |
MailManagerTest::$discovery |
property |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
The plugin discovery. |
MailManagerTest::$mailManager |
property |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
The mail manager under test. |
MailManagerTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
The module handler. |
MailManagerTest::$renderer |
property |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
The renderer. |
MailManagerTest::$request |
property |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
The current request. |
MailManagerTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
The request stack. |
MailManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
|
MailManagerTest::setUpMailManager |
function |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
Sets up the mail manager for testing. |
MailManagerTest::testGetInstance |
function |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
Tests the getInstance method. |
MailManagerTest::testMailInRenderContext |
function |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
Tests that mails are sent in a separate render context. |
MailTest |
class |
core/modules/system/tests/src/Kernel/Mail/MailTest.php |
Performs tests on the pluggable mailing framework. |
MailTest.php |
file |
core/modules/system/tests/src/Kernel/Mail/MailTest.php |
|
MailTest::$modules |
property |
core/modules/system/tests/src/Kernel/Mail/MailTest.php |
Modules to install. |
MailTest::configureDefaultMailInterface |
function |
core/modules/system/tests/src/Kernel/Mail/MailTest.php |
Configures the default mail interface. |
MailTest::setUp |
function |
core/modules/system/tests/src/Kernel/Mail/MailTest.php |
|
MailTest::testCancelMessage |
function |
core/modules/system/tests/src/Kernel/Mail/MailTest.php |
Tests that message sending may be canceled. |
MailTest::testConvertRelativeUrlsIntoAbsolute |
function |
core/modules/system/tests/src/Kernel/Mail/MailTest.php |
Checks that relative paths in mails are converted into absolute URLs. |
MailTest::testErrorMessageDisplay |
function |
core/modules/system/tests/src/Kernel/Mail/MailTest.php |
Assert that the pluggable mail system is functional. |
MailTest::testFromAndReplyToHeader |
function |
core/modules/system/tests/src/Kernel/Mail/MailTest.php |
Checks the From: and Reply-to: headers. |
MailTest::testPluggableFramework |
function |
core/modules/system/tests/src/Kernel/Mail/MailTest.php |
Assert that the pluggable mail system is functional. |
MailTest::testRenderedElementsUseAbsolutePaths |
function |
core/modules/system/tests/src/Kernel/Mail/MailTest.php |
Checks that mails built from render arrays contain absolute paths. |
MailToFormatter |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php |
Plugin implementation of the 'email_mailto' formatter. |
MailToFormatter.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php |
|
MailToFormatter::viewElements |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php |
Builds a renderable array for a field value. |
mail_cancel_test.info.yml |
file |
core/modules/system/tests/modules/mail_cancel_test/mail_cancel_test.info.yml |
core/modules/system/tests/modules/mail_cancel_test/mail_cancel_test.info.yml |
mail_html_test.info.yml |
file |
core/modules/system/tests/modules/mail_html_test/mail_html_test.info.yml |
core/modules/system/tests/modules/mail_html_test/mail_html_test.info.yml |
Message::getSenderMail |
function |
core/modules/contact/src/Entity/Message.php |
Returns the email address of the sender. |
Message::setSenderMail |
function |
core/modules/contact/src/Entity/Message.php |
Sets the email address of the sender. |
MessageForm::$mailHandler |
property |
core/modules/contact/src/MessageForm.php |
The contact mail handler service. |