User::setEmail |
function |
core/modules/user/src/Entity/User.php |
Sets the email address of the user. |
UserAccessControlHandlerTest::$emailViewer |
property |
core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php |
The mock user account with 'view user email addresses' permission. |
UserAdminTest::testNotificationEmailAddress |
function |
core/modules/user/tests/src/Functional/UserAdminTest.php |
Tests the alternate notification email address for user mails. |
UserCancelTest::testUserWithoutEmailCancelByAdmin |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests deletion of a user account without an email address. |
UserCreateFailMailTest |
class |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
Tests the create user administration page. |
UserCreateFailMailTest.php |
file |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
|
UserCreateFailMailTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
The theme to install as the default for testing. |
UserCreateFailMailTest::$modules |
property |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
Modules to install. |
UserCreateFailMailTest::testUserAdd |
function |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
Tests the create user administration page. |
UserEditTest::testUserMailFieldAccess |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests the account form implements entity field access for mail. |
UserEditTest::testUserWithoutEmailEdit |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests editing of a user account without an email address. |
UserHooks::mail |
function |
core/modules/user/src/Hook/UserHooks.php |
Implements hook_mail(). |
UserInterface::getInitialEmail |
function |
core/modules/user/src/UserInterface.php |
Returns the email that was used when the user was registered. |
UserInterface::setEmail |
function |
core/modules/user/src/UserInterface.php |
Sets the email address of the user. |
UserLoginHttpTest::loginFromResetEmail |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Login from reset password email. |
UserMailDefaultsTest |
class |
core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php |
Tests that user.mail default settings are parsed correctly. |
UserMailDefaultsTest.php |
file |
core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php |
|
UserMailDefaultsTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php |
Modules to install. |
UserMailDefaultsTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php |
|
UserMailDefaultsTest::testMailDefaults |
function |
core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php |
Tests that each user mail contains blank lines. |
UserMailDefaultsTest::userMailsProvider |
function |
core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php |
Data provider for user mail testing. |
UserMailNotifyTest |
class |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Tests _user_mail_notify() use of user.settings.notify.*. |
UserMailNotifyTest.php |
file |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
|
UserMailNotifyTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Modules to install. |
UserMailNotifyTest::testUserMailHook |
function |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Tests the mail hook implementation from the user module. |
UserMailNotifyTest::testUserMailsNotSent |
function |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Tests mails are not sent when notify.$op is FALSE. |
UserMailNotifyTest::testUserMailsSent |
function |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Tests mails are sent when notify.$op is TRUE. |
UserMailNotifyTest::testUserMailsWithoutAccountEmail |
function |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Tests mails are not sent when the account has no email address. |
UserMailNotifyTest::testUserRecoveryMailLanguage |
function |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Tests recovery email content and token langcode is aligned. |
UserMailNotifyTest::userMailsProvider |
function |
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php |
Data provider for user mail testing. |
UserMailRequired |
class |
core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php |
Checks if the user's email address is provided if required. |
UserMailRequired.php |
file |
core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php |
|
UserMailRequired::$message |
property |
core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php |
Violation message. Use the same message as FormValidator. |
UserMailRequiredValidator |
class |
core/modules/user/src/Plugin/Validation/Constraint/UserMailRequiredValidator.php |
Checks if the user's email address is provided if required. |
UserMailRequiredValidator.php |
file |
core/modules/user/src/Plugin/Validation/Constraint/UserMailRequiredValidator.php |
|
UserMailRequiredValidator::validate |
function |
core/modules/user/src/Plugin/Validation/Constraint/UserMailRequiredValidator.php |
|
UserMailRequiredValidatorTest |
class |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php |
Tests Drupal\user\Plugin\Validation\Constraint\UserMailRequiredValidator. |
UserMailRequiredValidatorTest.php |
file |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php |
|
UserMailRequiredValidatorTest::createValidator |
function |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php |
Creates a validator instance. |
UserMailRequiredValidatorTest::providerTestValidate |
function |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php |
Data provider for ::testValidate(). |
UserMailRequiredValidatorTest::testValidate |
function |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php |
Tests validate. |
UserMailUnique |
class |
core/modules/user/src/Plugin/Validation/Constraint/UserMailUnique.php |
Checks if a user's email address is unique on the site. |
UserMailUnique.php |
file |
core/modules/user/src/Plugin/Validation/Constraint/UserMailUnique.php |
|
UserMailUnique::$message |
property |
core/modules/user/src/Plugin/Validation/Constraint/UserMailUnique.php |
The default violation message. |
UserPasswordForm::$emailValidator |
property |
core/modules/user/src/Form/UserPasswordForm.php |
The email validator service. |
UserRegistrationResource::sendEmailNotifications |
function |
core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php |
Sends email notifications if necessary for user that was registered. |
UserRegistrationRestTest::TEST_EMAIL_DOMAIN |
constant |
core/modules/user/tests/src/Functional/UserRegistrationRestTest.php |
|
UserRegistrationRestTest::USER_EMAIL_DOMAIN |
constant |
core/modules/user/tests/src/Functional/UserRegistrationRestTest.php |
|
UserRegistrationTest::testRegistrationEmailDuplicates |
function |
core/modules/user/tests/src/Functional/UserRegistrationTest.php |
Tests user registration with email duplicates. |
UserRegistrationTest::testRegistrationWithEmailVerification |
function |
core/modules/user/tests/src/Functional/UserRegistrationTest.php |
Tests user registration with email verification enabled. |