| MailerCaptureTrait::getCapturedMessages |
function |
core/lib/Drupal/Core/Test/MailerCaptureTrait.php |
Gets an array containing all messages sent during this test case. |
| MailerCaptureTrait::getEmails |
function |
core/lib/Drupal/Core/Test/MailerCaptureTrait.php |
Gets an array containing all emails sent during this test case. |
| MailerDsnConfigValidationTest |
class |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests validation of mailer dsn config. |
| MailerDsnConfigValidationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
|
| MailerDsnConfigValidationTest::$configManager |
property |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Config manager service. |
| MailerDsnConfigValidationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Modules to install. |
| MailerDsnConfigValidationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
|
| MailerDsnConfigValidationTest::testMailerHostValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the mailer host. |
| MailerDsnConfigValidationTest::testMailerPortValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the port used by the mailer. |
| MailerDsnConfigValidationTest::testMailerSchemeValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the mailer scheme. |
| MailerDsnConfigValidationTest::testMailerTransportDefaultOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the default options of the mailer. |
| MailerDsnConfigValidationTest::testMailerTransportNativeOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the options for the 'native' mailer scheme. |
| MailerDsnConfigValidationTest::testMailerTransportNullOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the options for the 'null' mailer scheme. |
| MailerDsnConfigValidationTest::testMailerTransportSendmailOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the options for the 'sendmail' mailer scheme. |
| MailerDsnConfigValidationTest::testMailerTransportSMTPOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the options for the 'smtps' mailer scheme. |
| MailerDsnConfigValidationTest::testMailerUserPasswordValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the password for the mailer user. |
| MailerHooks |
class |
core/modules/mailer/src/Hook/MailerHooks.php |
Hook implementations for mailer. |
| MailerHooks.php |
file |
core/modules/mailer/src/Hook/MailerHooks.php |
|
| MailerHooks::help |
function |
core/modules/mailer/src/Hook/MailerHooks.php |
Implements hook_help(). |
| mailer_capture.info.yml |
file |
core/modules/mailer/tests/modules/mailer_capture/mailer_capture.info.yml |
core/modules/mailer/tests/modules/mailer_capture/mailer_capture.info.yml |
| mailer_capture_test.info.yml |
file |
core/modules/mailer/tests/modules/mailer_capture_test/mailer_capture_test.info.yml |
core/modules/mailer/tests/modules/mailer_capture_test/mailer_capture_test.info.yml |
| mailer_capture_test.routing.yml |
file |
core/modules/mailer/tests/modules/mailer_capture_test/mailer_capture_test.routing.yml |
core/modules/mailer/tests/modules/mailer_capture_test/mailer_capture_test.routing.yml |
| mailer_transport_factory_functional_test.info.yml |
file |
core/modules/mailer/tests/modules/mailer_transport_factory_functional_test/mailer_transport_factory_functional_test.info.yml |
core/modules/mailer/tests/modules/mailer_transport_factory_functional_test/mailer_transport_factory_functional_test.info.yml |
| mailer_transport_factory_functional_test.routing.yml |
file |
core/modules/mailer/tests/modules/mailer_transport_factory_functional_test/mailer_transport_factory_functional_test.routing.yml |
core/modules/mailer/tests/modules/mailer_transport_factory_functional_test/mailer_transport_factory_functional_test.routing.yml |
| mailer_transport_factory_kernel_test.info.yml |
file |
core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/mailer_transport_factory_kernel_test.info.yml |
core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/mailer_transport_factory_kernel_test.info.yml |
| mailer_transport_factory_kernel_test.services.yml |
file |
core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/mailer_transport_factory_kernel_test.services.yml |
core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/mailer_transport_factory_kernel_test.services.yml |
| MailFormatHelper |
class |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Defines a class containing utility methods for formatting mail messages. |
| MailFormatHelper.php |
file |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
|
| MailFormatHelper::$regexp |
property |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Quoted regex expression based on base path. |
| MailFormatHelper::$supportedTags |
property |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Array of tags supported. |
| MailFormatHelper::$urls |
property |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Internal array of URLs replaced with tokens. |
| MailFormatHelper::htmlToMailUrls |
function |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Keeps track of URLs and replaces them with placeholder tokens. |
| MailFormatHelper::htmlToText |
function |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Transforms an HTML string into plain text, preserving its structure. |
| MailFormatHelper::htmlToTextClean |
function |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Replaces non-quotation markers from a piece of indentation with spaces. |
| MailFormatHelper::htmlToTextPad |
function |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Pads the last line with the given character. |
| MailFormatHelper::wrapMail |
function |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Performs format=flowed soft wrapping for mail (RFC 3676). |
| MailFormatHelper::wrapMailLine |
function |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Wraps words on a single line. |
| MailFormatHelperTest |
class |
core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php |
Tests Drupal\Core\Mail\MailFormatHelper. |
| MailFormatHelperTest.php |
file |
core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php |
|
| MailFormatHelperTest::testWrapMail |
function |
core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php |
Tests wrap mail. |
| MailHandler |
class |
core/modules/contact/src/MailHandler.php |
Provides a class for handling assembly and dispatch of contact mail messages. |
| MailHandler.php |
file |
core/modules/contact/src/MailHandler.php |
|
| MailHandler::$languageManager |
property |
core/modules/contact/src/MailHandler.php |
Language manager service. |
| MailHandler::$logger |
property |
core/modules/contact/src/MailHandler.php |
Logger service. |
| MailHandler::$mailManager |
property |
core/modules/contact/src/MailHandler.php |
Mail manager service. |
| MailHandler::$userStorage |
property |
core/modules/contact/src/MailHandler.php |
The user entity storage handler. |
| MailHandler::sendMailMessages |
function |
core/modules/contact/src/MailHandler.php |
Sends mail messages as appropriate for a given Message form submission. |
| MailHandler::__construct |
function |
core/modules/contact/src/MailHandler.php |
Constructs a new \Drupal\contact\MailHandler object. |
| MailHandlerException |
class |
core/modules/contact/src/MailHandlerException.php |
Exception thrown by MailHandler when unable to determine message recipient. |
| MailHandlerException.php |
file |
core/modules/contact/src/MailHandlerException.php |
|