Search for mail
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
class | core/ |
Defines a Mail annotation object. | |
class | core/ |
Provides helpers to ensure emails are compliant with RFCs. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
MailFormatHelperTest | class | core/ |
@coversDefaultClass \Drupal\Core\Mail\MailFormatHelper @group Mail |
MailFormatHelperTest.php | file | core/ |
|
MailFormatHelperTest::testWrapMail | function | core/ |
@covers ::wrapMail |
MailHandler | class | core/ |
Provides a class for handling assembly and dispatch of contact mail messages. |
MailHandler.php | file | core/ |
|
MailHandler::$languageManager | property | core/ |
Language manager service. |
MailHandler::$logger | property | core/ |
Logger service. |
MailHandler::$mailManager | property | core/ |
Mail manager service. |
MailHandler::$userStorage | property | core/ |
The user entity storage handler. |
MailHandler::sendMailMessages | function | core/ |
Sends mail messages as appropriate for a given Message form submission. |
MailHandler::__construct | function | core/ |
Constructs a new \Drupal\contact\MailHandler object. |
MailHandlerException | class | core/ |
Exception thrown by MailHandler when unable to determine message recipient. |
MailHandlerException.php | file | core/ |
|
MailHandlerInterface | interface | core/ |
Provides an interface for assembly and dispatch of contact mail messages. |
MailHandlerInterface.php | file | core/ |
|
MailHandlerInterface::sendMailMessages | function | core/ |
Sends mail messages as appropriate for a given Message form submission. |
MailHandlerTest | class | core/ |
@coversDefaultClass \Drupal\contact\MailHandler @group contact |
MailHandlerTest.php | file | core/ |
|
MailHandlerTest::$contactForm | property | core/ |
The contact form entity. |
MailHandlerTest::$contactMailHandler | property | core/ |
Contact mail messages service. |
MailHandlerTest::$entityTypeManager | property | core/ |
The entity type manager. |
MailHandlerTest::$languageManager | property | core/ |
Language manager service. |
MailHandlerTest::$logger | property | core/ |
Logger service. |
MailHandlerTest::$mailManager | property | core/ |
Mail manager service. |
MailHandlerTest::$userStorage | property | core/ |
The user storage handler. |
MailHandlerTest::getAnonymousMockMessage | function | core/ |
Builds a mock message from anonymous user. |
MailHandlerTest::getAuthenticatedMockMessage | function | core/ |
Builds a mock message from authenticated user. |
MailHandlerTest::getMockContactForm | function | core/ |
Builds a mock message on given scenario. |
MailHandlerTest::getMockSender | function | core/ |
Builds a mock sender on given scenario. |
MailHandlerTest::getSendMailMessages | function | core/ |
Data provider for ::testSendMailMessages. |
MailHandlerTest::setUp | function | core/ |
|
MailHandlerTest::testInvalidRecipient | function | core/ |
Tests the children() method with an invalid key. |
MailHandlerTest::testSendMailMessages | function | core/ |
Tests the sendMailMessages method. |
MailInterface | interface | core/ |
Defines an interface for pluggable mail back-ends. |
MailInterface.php | file | core/ |
|
MailInterface::format | function | core/ |
Formats a message prior to sending. |
MailInterface::mail | function | core/ |
Sends a message composed by \Drupal\Core\Mail\MailManagerInterface->mail(). |
MailManager | class | core/ |
Provides a Mail plugin manager. |
MailManager.php | file | core/ |
|
MailManager::$configFactory | property | core/ |
The config factory. |
MailManager::$instances | property | core/ |
List of already instantiated mail plugins. |
MailManager::$loggerFactory | property | core/ |
The logger factory. |
MailManager::$renderer | property | core/ |
The renderer. |
MailManager::doMail | function | core/ |
Composes and optionally sends an email message. |
MailManager::getInstance | function | core/ |
Overrides PluginManagerBase::getInstance(). |
MailManager::mail | function | core/ |
Composes and optionally sends an email message. |
MailManager::__construct | function | core/ |
Constructs the MailManager object. |
MailManagerInterface | interface | core/ |
Provides an interface for sending mail. |
MailManagerInterface.php | file | core/ |
|
MailManagerInterface::mail | function | core/ |
Composes and optionally sends an email message. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.