Search for mail

  1. Search 6.x-1.x for mail
  2. Search 7.x-1.x for mail
  3. Search 8.x-1.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::$fileSystem property src/Plugin/Mail/DevelMailLog.php The file system service.
DevelMailLog::composeMessage function src/Plugin/Mail/DevelMailLog.php Compose the output message.
DevelMailLog::create function src/Plugin/Mail/DevelMailLog.php Creates an instance of the plugin.
DevelMailLog::format function src/Plugin/Mail/DevelMailLog.php Formats a message prior to sending.
DevelMailLog::mail function src/Plugin/Mail/DevelMailLog.php Sends a message composed by \Drupal\Core\Mail\MailManagerInterface->mail().
DevelMailLog::prepareDirectory function src/Plugin/Mail/DevelMailLog.php Checks that the directory exists and is writable.
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().