Search for mail

  1. Search 6.x-1.x for mail
  2. Search 7.x-1.x for mail
  3. Search 4.x for mail
  4. Search 5.x for mail
  5. Other projects
Title Object type File name Summary
DevelMailLog class src/Plugin/Mail/DevelMailLog.php Defines a mail backend that saves emails as temporary files.
DevelMailLog.php file src/Plugin/Mail/DevelMailLog.php
DevelMailLog::$config property src/Plugin/Mail/DevelMailLog.php The devel.settings config object.
DevelMailLog::composeMessage function src/Plugin/Mail/DevelMailLog.php Compose the output message.
DevelMailLog::create function src/Plugin/Mail/DevelMailLog.php
DevelMailLog::format function src/Plugin/Mail/DevelMailLog.php
DevelMailLog::mail function src/Plugin/Mail/DevelMailLog.php
DevelMailLog::prepareDirectory function src/Plugin/Mail/DevelMailLog.php 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/Plugin/Mail/DevelMailLog.php Replaces placeholders with sanitized values in a string.
DevelMailLog::__construct function src/Plugin/Mail/DevelMailLog.php Constructs a new DevelMailLog object.
DevelMailLogTest class tests/src/Kernel/DevelMailLogTest.php Tests sending mails with debug interface.
DevelMailLogTest.php file tests/src/Kernel/DevelMailLogTest.php
DevelMailLogTest::$mailManager property tests/src/Kernel/DevelMailLogTest.php The mail manager.
DevelMailLogTest::$modules property tests/src/Kernel/DevelMailLogTest.php Modules to enable.
DevelMailLogTest::setDevelMailLogAsDefaultBackend function tests/src/Kernel/DevelMailLogTest.php Configure devel_mail_log as default mail backend.
DevelMailLogTest::setUp function tests/src/Kernel/DevelMailLogTest.php
DevelMailLogTest::testDevelMailDefaultSettings function tests/src/Kernel/DevelMailLogTest.php Tests devel_mail_log default settings.
DevelMailLogTest::testDevelMailLogDefaultBackend function tests/src/Kernel/DevelMailLogTest.php Tests devel_mail_log plugin as default mail backend.
DevelMailLogTest::testDevelMailLogMultipleBackend function tests/src/Kernel/DevelMailLogTest.php Tests devel_mail_log plugin with multiple mail backend.
DevelMailLogTest::testDevelMailLogOutput function tests/src/Kernel/DevelMailLogTest.php Tests devel mail log output.
devel_test_mail function tests/modules/devel_test/devel_test.module Implements hook_mail().
mail.html.twig file webprofiler/templates/Collector/mail.html.twig {% block toolbar %}
{% set icon %}


{{ collector.mailsent }}

{% endset %}
{% set text %}

Mail sent
{{ collector.mailsent }}

{% endset %}


{{ icon|default('') }}
MailDataCollector class webprofiler/src/DataCollector/MailDataCollector.php Class MailDataCollector
MailDataCollector.php file webprofiler/src/DataCollector/MailDataCollector.php
MailDataCollector::$messages property webprofiler/src/DataCollector/MailDataCollector.php @var
MailDataCollector::addMessage function webprofiler/src/DataCollector/MailDataCollector.php
MailDataCollector::collect function webprofiler/src/DataCollector/MailDataCollector.php Collects data for the given Request and Response.
MailDataCollector::getIcon function webprofiler/src/DataCollector/MailDataCollector.php Returns the collector icon in base64 format.
MailDataCollector::getMailSent function webprofiler/src/DataCollector/MailDataCollector.php
MailDataCollector::getName function webprofiler/src/DataCollector/MailDataCollector.php Returns the name of the collector.
MailDataCollector::getPanelSummary function webprofiler/src/DataCollector/MailDataCollector.php Returns the string used in vertical tab summary.
MailDataCollector::getTitle function webprofiler/src/DataCollector/MailDataCollector.php Returns the datacollector title.
MailDataCollector::__construct function webprofiler/src/DataCollector/MailDataCollector.php
MailManagerWrapper class webprofiler/src/Mail/MailManagerWrapper.php Class MailManagerWrapper
MailManagerWrapper.php file webprofiler/src/Mail/MailManagerWrapper.php
MailManagerWrapper::$configFactory property webprofiler/src/Mail/MailManagerWrapper.php The config factory.
MailManagerWrapper::$dataCollector property webprofiler/src/Mail/MailManagerWrapper.php
MailManagerWrapper::$instances property webprofiler/src/Mail/MailManagerWrapper.php List of already instantiated mail plugins.
MailManagerWrapper::$loggerFactory property webprofiler/src/Mail/MailManagerWrapper.php The logger factory.
MailManagerWrapper::$mailManager property webprofiler/src/Mail/MailManagerWrapper.php
MailManagerWrapper::getInstance function webprofiler/src/Mail/MailManagerWrapper.php Must call getInstance on the decorated MailManager.
MailManagerWrapper::mail function webprofiler/src/Mail/MailManagerWrapper.php
MailManagerWrapper::__construct function webprofiler/src/Mail/MailManagerWrapper.php Constructs the MailManager object.
webprofiler.debug.plugin.manager.mail.default service webprofiler/webprofiler.services.yml Drupal\Core\Mail\MailManager
webprofiler.mail service webprofiler/webprofiler.services.yml Drupal\webprofiler\DataCollector\MailDataCollector