| EmailValidatorTest |
class |
core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php |
Tests the EmailValidator utility class. |
| EmailValidatorTest.php |
file |
core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php |
|
| EmailValidatorTest::testIsValid |
function |
core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php |
@legacy-covers ::isValid |
| EmailValidatorTest::testIsValidException |
function |
core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php |
@legacy-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. |
| logger.channel.mail |
service |
core/core.services.yml |
|
| 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. |
| mailer.info.yml |
file |
core/modules/mailer/mailer.info.yml |
core/modules/mailer/mailer.info.yml |
| mailer.services.yml |
file |
core/modules/mailer/mailer.services.yml |
core/modules/mailer/mailer.services.yml |
| 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_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 |