Search for mail
Title | Object type | File name | Summary |
---|---|---|---|
DevelMailLog | class | src/ |
Defines a mail backend that saves emails as temporary files. |
DevelMailLog.php | file | src/ |
|
DevelMailLog::$config | property | src/ |
The devel.settings config object. |
DevelMailLog::composeMessage | function | src/ |
Compose the output message. |
DevelMailLog::create | function | src/ |
|
DevelMailLog::format | function | src/ |
|
DevelMailLog::mail | function | src/ |
|
DevelMailLog::prepareDirectory | function | src/ |
Checks that the directory exists and is writable. Public directories will be protected by adding an .htaccess which indicates that the directory is private. |
DevelMailLog::replacePlaceholders | function | src/ |
Replaces placeholders with sanitized values in a string. |
DevelMailLog::__construct | function | src/ |
Constructs a new DevelMailLog object. |
DevelMailLogTest | class | tests/ |
Tests sending mails with debug interface. |
DevelMailLogTest.php | file | tests/ |
|
DevelMailLogTest::$mailManager | property | tests/ |
The mail manager. |
DevelMailLogTest::$modules | property | tests/ |
Modules to enable. |
DevelMailLogTest::setDevelMailLogAsDefaultBackend | function | tests/ |
Configure devel_mail_log as default mail backend. |
DevelMailLogTest::setUp | function | tests/ |
|
DevelMailLogTest::testDevelMailDefaultSettings | function | tests/ |
Tests devel_mail_log default settings. |
DevelMailLogTest::testDevelMailLogDefaultBackend | function | tests/ |
Tests devel_mail_log plugin as default mail backend. |
DevelMailLogTest::testDevelMailLogMultipleBackend | function | tests/ |
Tests devel_mail_log plugin with multiple mail backend. |
DevelMailLogTest::testDevelMailLogOutput | function | tests/ |
Tests devel mail log output. |
devel_test_mail | function | tests/ |
Implements hook_mail(). |
mail.html.twig | file | webprofiler/ |
{% block toolbar %} {% set icon %} {{ collector.mailsent }} {% endset %} {% set text %} Mail sent {{ collector.mailsent }} {% endset %} {{ icon|default('') }} … |
MailDataCollector | class | webprofiler/ |
Class MailDataCollector |
MailDataCollector.php | file | webprofiler/ |
|
MailDataCollector::$messages | property | webprofiler/ |
@var |
MailDataCollector::addMessage | function | webprofiler/ |
|
MailDataCollector::collect | function | webprofiler/ |
Collects data for the given Request and Response. |
MailDataCollector::getIcon | function | webprofiler/ |
Returns the collector icon in base64 format. |
MailDataCollector::getMailSent | function | webprofiler/ |
|
MailDataCollector::getName | function | webprofiler/ |
Returns the name of the collector. |
MailDataCollector::getPanelSummary | function | webprofiler/ |
Returns the string used in vertical tab summary. |
MailDataCollector::getTitle | function | webprofiler/ |
Returns the datacollector title. |
MailDataCollector::__construct | function | webprofiler/ |
|
MailManagerWrapper | class | webprofiler/ |
Class MailManagerWrapper |
MailManagerWrapper.php | file | webprofiler/ |
|
MailManagerWrapper::$configFactory | property | webprofiler/ |
The config factory. |
MailManagerWrapper::$dataCollector | property | webprofiler/ |
|
MailManagerWrapper::$instances | property | webprofiler/ |
List of already instantiated mail plugins. |
MailManagerWrapper::$loggerFactory | property | webprofiler/ |
The logger factory. |
MailManagerWrapper::$mailManager | property | webprofiler/ |
|
MailManagerWrapper::getInstance | function | webprofiler/ |
Must call getInstance on the decorated MailManager. |
MailManagerWrapper::mail | function | webprofiler/ |
|
MailManagerWrapper::__construct | function | webprofiler/ |
Constructs the MailManager object. |
webprofiler.debug.plugin.manager.mail.default | service | webprofiler/ |
Drupal\Core\Mail\MailManager |
webprofiler.mail | service | webprofiler/ |
Drupal\webprofiler\DataCollector\MailDataCollector |