Search for mail
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
class | core/ |
Defines a Mail attribute for plugin discovery. | |
class | core/ |
Defines a Mail annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
MailFormatHelper::htmlToText | function | core/ |
Transforms an HTML string into plain text, preserving its structure. |
MailFormatHelper::htmlToTextClean | function | core/ |
Replaces non-quotation markers from a piece of indentation with spaces. |
MailFormatHelper::htmlToTextPad | function | core/ |
Pads the last line with the given character. |
MailFormatHelper::wrapMail | function | core/ |
Performs format=flowed soft wrapping for mail (RFC 3676). |
MailFormatHelper::wrapMailLine | function | core/ |
Wraps words on a single line. |
MailFormatHelperTest | class | core/ |
@coversDefaultClass \Drupal\Core\Mail\MailFormatHelper[[api-linebreak]] @group Mail |
MailFormatHelperTest.php | file | core/ |
|
MailFormatHelperTest::testWrapMail | function | core/ |
@covers ::wrapMail[[api-linebreak]] |
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/ |
|
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. |
MailManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Mail\MailManager[[api-linebreak]] @group Mail |
MailManagerTest.php | file | core/ |
|
MailManagerTest::$cache | property | core/ |
The cache backend to use. |
MailManagerTest::$configFactory | property | core/ |
The configuration factory. |
MailManagerTest::$definitions | property | core/ |
A list of mail plugin definitions. |
MailManagerTest::$discovery | property | core/ |
The plugin discovery. |
MailManagerTest::$mailManager | property | core/ |
The mail manager under test. |
MailManagerTest::$moduleHandler | property | core/ |
The module handler. |
MailManagerTest::$renderer | property | core/ |
The renderer. |
MailManagerTest::$request | property | core/ |
The current request. |
MailManagerTest::$requestStack | property | core/ |
The request stack. |
MailManagerTest::setUp | function | core/ |
|
MailManagerTest::setUpMailManager | function | core/ |
Sets up the mail manager for testing. |
MailManagerTest::testGetInstance | function | core/ |
Tests the getInstance method. |
MailManagerTest::testMailInRenderContext | function | core/ |
Tests that mails are sent in a separate render context. |
MailToFormatter | class | core/ |
Plugin implementation of the 'email_mailto' formatter. |
MailToFormatter.php | file | core/ |
|
MailToFormatter::viewElements | function | core/ |
|
mail_cancel_test.module | file | core/ |
Helper module for the catching mail that needs to be cancelled. |
mail_cancel_test_mail_alter | function | core/ |
Implements hook_mail_alter(). |
mail_html_test.module | file | core/ |
Helper module for the html mail and URL conversion tests. |
mail_html_test_mail | function | core/ |
Implements hook_mail(). |
MigrateUserConfigsTest::testUserMail | function | core/ |
Tests migration of user variables to user.mail.yml. |
MigrateUserMailTest | class | core/ |
Migrates user mail configuration. |
MigrateUserMailTest.php | file | core/ |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.