AccountInterface::getEmail |
function |
core/lib/Drupal/Core/Session/AccountInterface.php |
Returns the email address of this account. |
AccountProxy::getEmail |
function |
core/lib/Drupal/Core/Session/AccountProxy.php |
Returns the email address of this account. |
AssertMailTrait |
trait |
core/lib/Drupal/Core/Test/AssertMailTrait.php |
Provides methods for testing emails sent during test runs. |
AssertMailTrait.php |
file |
core/lib/Drupal/Core/Test/AssertMailTrait.php |
|
AssertMailTrait::assertMail |
function |
core/lib/Drupal/Core/Test/AssertMailTrait.php |
Asserts that the most recently sent email message has the given value. |
AssertMailTrait::assertMailPattern |
function |
core/lib/Drupal/Core/Test/AssertMailTrait.php |
Asserts that the most recently sent email message has the pattern in it. |
AssertMailTrait::assertMailString |
function |
core/lib/Drupal/Core/Test/AssertMailTrait.php |
Asserts that the most recently sent email message has the string in it. |
AssertMailTrait::getMails |
function |
core/lib/Drupal/Core/Test/AssertMailTrait.php |
Gets an array containing all emails sent during this test case. |
AssertMailTraitTest |
class |
core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php |
Tests \Drupal\Core\Test\AssertMailTrait works. |
AssertMailTraitTest.php |
file |
core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php |
|
AssertMailTraitTest::testAssertMailTrait |
function |
core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php |
Tests that the maintenance theme initializes the theme and its base themes. |
Comment::getAuthorEmail |
function |
core/modules/comment/src/Entity/Comment.php |
Returns the comment author's email address. |
CommentInterface::getAuthorEmail |
function |
core/modules/comment/src/CommentInterface.php |
Returns the comment author's email address. |
contact.mail_handler |
service |
core/modules/contact/contact.services.yml |
Drupal\contact\MailHandler |
ContactFormEditForm::$emailValidator |
property |
core/modules/contact/src/ContactFormEditForm.php |
The email validator. |
contact_mail |
function |
core/modules/contact/contact.module |
Implements hook_mail(). |
d6_user_mail.yml |
file |
core/modules/user/migrations/d6_user_mail.yml |
core/modules/user/migrations/d6_user_mail.yml |
d6_user_mail_translation.yml |
file |
core/modules/config_translation/migrations/d6_user_mail_translation.yml |
core/modules/config_translation/migrations/d6_user_mail_translation.yml |
d7_system_mail.yml |
file |
core/modules/system/migrations/d7_system_mail.yml |
core/modules/system/migrations/d7_system_mail.yml |
d7_user_mail.yml |
file |
core/modules/user/migrations/d7_user_mail.yml |
core/modules/user/migrations/d7_user_mail.yml |
d7_user_mail_translation.yml |
file |
core/modules/config_translation/migrations/d7_user_mail_translation.yml |
core/modules/config_translation/migrations/d7_user_mail_translation.yml |
Drupal\contact\MailHandlerInterface |
service |
core/modules/contact/contact.services.yml |
|
Email |
class |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Email.php |
The Email data type. |
Email |
class |
core/lib/Drupal/Core/Render/Element/Email.php |
Provides a form input element for entering an email address. |
Email |
class |
core/modules/field/src/Plugin/migrate/field/Email.php |
MigrateField Plugin for Drupal 6 and 7 email fields. |
Email.php |
file |
core/modules/field/src/Plugin/migrate/field/Email.php |
|
Email.php |
file |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Email.php |
|
Email.php |
file |
core/lib/Drupal/Core/Render/Element/Email.php |
|
Email::defineValueProcessPipeline |
function |
core/modules/field/src/Plugin/migrate/field/Email.php |
Apply any custom processing to the field bundle migrations. |
Email::EMAIL_MAX_LENGTH |
constant |
core/lib/Drupal/Core/Render/Element/Email.php |
Defines the max length for an email address. |
Email::getFieldFormatterMap |
function |
core/modules/field/src/Plugin/migrate/field/Email.php |
Get a map between D6 formatters and D8 formatters for this field type. |
Email::getFieldWidgetMap |
function |
core/modules/field/src/Plugin/migrate/field/Email.php |
Get a map between D6 and D8 widgets for this field type. |
Email::getInfo |
function |
core/lib/Drupal/Core/Render/Element/Email.php |
Returns the element properties for this element. |
Email::preRenderEmail |
function |
core/lib/Drupal/Core/Render/Element/Email.php |
Prepares a #type 'email' render element for input.html.twig. |
Email::validateEmail |
function |
core/lib/Drupal/Core/Render/Element/Email.php |
Form element validation handler for #type 'email'. |
EmailAction |
class |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Sends an email message. |
EmailAction.php |
file |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
|
EmailAction::$emailValidator |
property |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
The email validator. |
EmailAction::$languageManager |
property |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
The language manager. |
EmailAction::$logger |
property |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
A logger instance. |
EmailAction::$mailManager |
property |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
The mail manager. |
EmailAction::$storage |
property |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
The user storage. |
EmailAction::$token |
property |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
The token service. |
EmailAction::access |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Checks object access. |
EmailAction::buildConfigurationForm |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Form constructor. |
EmailAction::create |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Creates an instance of the plugin. |
EmailAction::defaultConfiguration |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Gets default configuration for this plugin. |
EmailAction::execute |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Executes the plugin. |
EmailAction::submitConfigurationForm |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Form submission handler. |
EmailAction::validateConfigurationForm |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Form validation handler. |