EmailValidatorTest.php |
file |
core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php |
|
EmailValidatorTest::testIsValid |
function |
core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php |
@covers ::isValid |
EmailValidatorTest::testIsValidException |
function |
core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php |
@covers ::isValid |
FormTestEmailForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php |
Form constructor for testing #type 'email' elements. |
FormTestEmailForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php |
|
FormTestEmailForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php |
Form constructor. |
FormTestEmailForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php |
Returns a unique string identifying the form. |
FormTestEmailForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php |
Form submission handler. |
hook_mail |
function |
core/core.api.php |
Prepares a message based on parameters. |
hook_mail_alter |
function |
core/core.api.php |
Alter an email message created with MailManagerInterface->mail(). |
hook_mail_backend_info_alter |
function |
core/core.api.php |
Alter the list of mail backend plugin definitions. |
InstallerSiteConfigProfileTest::EXPECTED_SITE_MAIL |
constant |
core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php |
The site mail we expect to be set from the install profile. |
Mail |
class |
core/lib/Drupal/Core/Mail/Attribute/Mail.php |
Defines a Mail attribute for plugin discovery. |
Mail |
class |
core/lib/Drupal/Core/Annotation/Mail.php |
Defines a Mail annotation object. |
Mail.php |
file |
core/lib/Drupal/Core/Mail/Attribute/Mail.php |
|
Mail.php |
file |
core/lib/Drupal/Core/Annotation/Mail.php |
|
Mail::$description |
property |
core/lib/Drupal/Core/Annotation/Mail.php |
A short description of the mail plugin. |
Mail::$id |
property |
core/lib/Drupal/Core/Annotation/Mail.php |
The plugin ID. |
Mail::$label |
property |
core/lib/Drupal/Core/Annotation/Mail.php |
The human-readable name of the mail plugin. |
Mail::__construct |
function |
core/lib/Drupal/Core/Mail/Attribute/Mail.php |
Constructs a Mail attribute. |
MailCancelTestHooks |
class |
core/modules/system/tests/modules/mail_cancel_test/src/Hook/MailCancelTestHooks.php |
Hook implementations for mail_cancel_test. |
MailCancelTestHooks.php |
file |
core/modules/system/tests/modules/mail_cancel_test/src/Hook/MailCancelTestHooks.php |
|
MailCancelTestHooks::mailAlter |
function |
core/modules/system/tests/modules/mail_cancel_test/src/Hook/MailCancelTestHooks.php |
Implements hook_mail_alter(). |
MailCaptureTest |
class |
core/tests/Drupal/FunctionalTests/MailCaptureTest.php |
Tests the collection of emails during testing. |
MailCaptureTest.php |
file |
core/tests/Drupal/FunctionalTests/MailCaptureTest.php |
|
MailCaptureTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/MailCaptureTest.php |
The theme to install as the default for testing. |
MailCaptureTest::testMailSend |
function |
core/tests/Drupal/FunctionalTests/MailCaptureTest.php |
Tests to see if the wrapper function is executed correctly. |
MailDsnSettingsUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php |
Tests creation of default mail transport dsn settings. |
MailDsnSettingsUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php |
|
MailDsnSettingsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php |
Set database dump files to be used. |
MailDsnSettingsUpdateTest::testSystemPostUpdateMailerDsnSettings |
function |
core/modules/system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php |
Tests system_post_update_mailer_dsn_settings(). |
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 |
|
MailerDsnConfigValidationTest::testMailerPortValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
|
MailerDsnConfigValidationTest::testMailerSchemeValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
|
MailerDsnConfigValidationTest::testMailerTransportDefaultOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
|
MailerDsnConfigValidationTest::testMailerTransportNativeOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
|
MailerDsnConfigValidationTest::testMailerTransportNullOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
|
MailerDsnConfigValidationTest::testMailerTransportSendmailOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
|
MailerDsnConfigValidationTest::testMailerTransportSMTPOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
|
MailerDsnConfigValidationTest::testMailerUserPasswordValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
|
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. |