| 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 |
| MailerCaptureServiceProvider |
class |
core/modules/mailer/tests/modules/mailer_capture/src/MailerCaptureServiceProvider.php |
Enforce mailer transport which captures sent messages in a key value store. |
| MailerCaptureServiceProvider.php |
file |
core/modules/mailer/tests/modules/mailer_capture/src/MailerCaptureServiceProvider.php |
|
| MailerCaptureServiceProvider::alter |
function |
core/modules/mailer/tests/modules/mailer_capture/src/MailerCaptureServiceProvider.php |
Modifies existing service definitions. |
| MailerCaptureTest |
class |
core/modules/mailer/tests/src/Functional/MailerCaptureTest.php |
Tests capturing of emails when mailer_capture module is installed. |
| MailerCaptureTest.php |
file |
core/modules/mailer/tests/src/Functional/MailerCaptureTest.php |
|
| MailerCaptureTest::$defaultTheme |
property |
core/modules/mailer/tests/src/Functional/MailerCaptureTest.php |
The theme to install as the default for testing. |
| MailerCaptureTest::$modules |
property |
core/modules/mailer/tests/src/Functional/MailerCaptureTest.php |
Modules to install. |
| MailerCaptureTest::testMailCaptureChild |
function |
core/modules/mailer/tests/src/Functional/MailerCaptureTest.php |
Tests collecting mail sent in the child site. |
| MailerCaptureTest::testMailCaptureTestRunner |
function |
core/modules/mailer/tests/src/Functional/MailerCaptureTest.php |
Tests collecting mail sent in the test runner. |
| MailerCaptureTestForm |
class |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
Mailer capture test form. |
| MailerCaptureTestForm.php |
file |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
|
| MailerCaptureTestForm::buildForm |
function |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
Form constructor. |
| MailerCaptureTestForm::create |
function |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
Instantiates a new instance of this class. |
| MailerCaptureTestForm::getFormId |
function |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
Returns a unique string identifying the form. |
| MailerCaptureTestForm::submitForm |
function |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
Form submission handler. |
| MailerCaptureTestForm::__construct |
function |
core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php |
Constructs the mailer capture test form. |
| MailerCaptureTrait |
trait |
core/lib/Drupal/Core/Test/MailerCaptureTrait.php |
Provides methods for testing emails sent during test runs. |
| MailerCaptureTrait.php |
file |
core/lib/Drupal/Core/Test/MailerCaptureTrait.php |
|
| MailerCaptureTrait::clearCapturedMessages |
function |
core/lib/Drupal/Core/Test/MailerCaptureTrait.php |
Clears all messages sent during this test case. |