| MailHandlerInterface |
interface |
core/modules/contact/src/MailHandlerInterface.php |
Provides an interface for assembly and dispatch of contact mail messages. |
| MailHandlerInterface.php |
file |
core/modules/contact/src/MailHandlerInterface.php |
|
| MailHandlerInterface::sendMailMessages |
function |
core/modules/contact/src/MailHandlerInterface.php |
Sends mail messages as appropriate for a given Message form submission. |
| MailHandlerTest |
class |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Tests Drupal\contact\MailHandler. |
| MailHandlerTest.php |
file |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
|
| MailHandlerTest::$contactForm |
property |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
The contact form entity. |
| MailHandlerTest::$contactMailHandler |
property |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Contact mail messages service. |
| MailHandlerTest::$entityTypeManager |
property |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
The entity type manager. |
| MailHandlerTest::$languageManager |
property |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Language manager service. |
| MailHandlerTest::$logger |
property |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Logger service. |
| MailHandlerTest::$mailManager |
property |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Mail manager service. |
| MailHandlerTest::$userStorage |
property |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
The user storage handler. |
| MailHandlerTest::getAnonymousMockMessage |
function |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Builds a mock message from anonymous user. |
| MailHandlerTest::getAuthenticatedMockMessage |
function |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Builds a mock message from authenticated user. |
| MailHandlerTest::getMockContactForm |
function |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Builds a mock message on given scenario. |
| MailHandlerTest::getMockSender |
function |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Builds a mock sender on given scenario. |
| MailHandlerTest::getSendMailMessages |
function |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Data provider for ::testSendMailMessages. |
| MailHandlerTest::setUp |
function |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
|
| MailHandlerTest::testInvalidRecipient |
function |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Tests the children() method with an invalid key. |
| MailHandlerTest::testSendMailMessages |
function |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
Tests the sendMailMessages method. |
| MailHtmlTestHooks |
class |
core/modules/system/tests/modules/mail_html_test/src/Hook/MailHtmlTestHooks.php |
Hook implementations for mail_html_test. |
| MailHtmlTestHooks.php |
file |
core/modules/system/tests/modules/mail_html_test/src/Hook/MailHtmlTestHooks.php |
|
| MailHtmlTestHooks::mail |
function |
core/modules/system/tests/modules/mail_html_test/src/Hook/MailHtmlTestHooks.php |
Implements hook_mail(). |
| MailInterface |
interface |
core/lib/Drupal/Core/Mail/MailInterface.php |
Defines an interface for pluggable mail back-ends. |
| 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. |