| UserNameItem |
class |
core/modules/user/src/UserNameItem.php |
Defines a custom field item class for the 'name' user entity field. |
| UserNameItem.php |
file |
core/modules/user/src/UserNameItem.php |
|
| UserNameItem::generateSampleValue |
function |
core/modules/user/src/UserNameItem.php |
Generates placeholder field values. |
| UserNameItem::isEmpty |
function |
core/modules/user/src/UserNameItem.php |
Determines whether the data structure is empty. |
| UserNameItemTest |
class |
core/modules/user/tests/src/Unit/UserNameItemTest.php |
Defines a test for the UserNameItem field-type. |
| UserNameItemTest.php |
file |
core/modules/user/tests/src/Unit/UserNameItemTest.php |
|
| UserNameItemTest::providerMaxLength |
function |
core/modules/user/tests/src/Unit/UserNameItemTest.php |
Data provider for maximum-lengths. |
| UserNameItemTest::testGenerateSampleValue |
function |
core/modules/user/tests/src/Unit/UserNameItemTest.php |
Tests generating sample values. |
| UserNameThemeCacheTest |
class |
core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php |
Tests the 'username' theme element. |
| UserNameThemeCacheTest.php |
file |
core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php |
|
| UserNameThemeCacheTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php |
Modules to install. |
| UserNameThemeCacheTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php |
|
| UserNameThemeCacheTest::testUserNameThemeRenderCache |
function |
core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php |
Test cache metadata when rendering arrays using 'username' theme element. |
| UserNameUnique |
class |
core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php |
Checks if a user name is unique on the site. |
| UserNameUnique.php |
file |
core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php |
|
| UserNameUnique::__construct |
function |
core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php |
|
| UserNameValidator |
class |
core/modules/user/src/UserNameValidator.php |
Provides a username validator. |
| UserNameValidator.php |
file |
core/modules/user/src/UserNameValidator.php |
|
| UserNameValidator::validateName |
function |
core/modules/user/src/UserNameValidator.php |
Validates a user name. |
| UserNameValidator::__construct |
function |
core/modules/user/src/UserNameValidator.php |
|
| UserNameValidatorTest |
class |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
Verify that user validity checks behave as designed. |
| UserNameValidatorTest.php |
file |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
|
| UserNameValidatorTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
Modules to install. |
| UserNameValidatorTest::$userValidator |
property |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
The user validator under test. |
| UserNameValidatorTest::invalidUserNameProvider |
function |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
Provides invalid user names. |
| UserNameValidatorTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
|
| UserNameValidatorTest::testInvalidUsernames |
function |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
Tests invalid user name validation. |
| UserNameValidatorTest::testValidUsernames |
function |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
Tests valid user name validation. |
| UserNameValidatorTest::validUsernameProvider |
function |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
Provides valid user names. |
| UserPassRehashTest |
class |
core/modules/user/tests/src/Kernel/UserPassRehashTest.php |
Tests user_pass_rehash(). |
| UserPassRehashTest.php |
file |
core/modules/user/tests/src/Kernel/UserPassRehashTest.php |
|
| UserPassRehashTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserPassRehashTest.php |
Modules to install. |
| UserPassRehashTest::testUniqueHashNoPasswordValue |
function |
core/modules/user/tests/src/Kernel/UserPassRehashTest.php |
Tests uniqueness of hashes when no password is set. |
| UserPasswordForm |
class |
core/modules/user/src/Form/UserPasswordForm.php |
Provides a user password reset form. |
| UserPasswordForm.php |
file |
core/modules/user/src/Form/UserPasswordForm.php |
|
| UserPasswordForm::$emailValidator |
property |
core/modules/user/src/Form/UserPasswordForm.php |
The email validator service. |
| UserPasswordForm::$flood |
property |
core/modules/user/src/Form/UserPasswordForm.php |
The flood service. |
| UserPasswordForm::$languageManager |
property |
core/modules/user/src/Form/UserPasswordForm.php |
The language manager. |
| UserPasswordForm::$userStorage |
property |
core/modules/user/src/Form/UserPasswordForm.php |
The user storage. |
| UserPasswordForm::buildForm |
function |
core/modules/user/src/Form/UserPasswordForm.php |
Form constructor. |
| UserPasswordForm::create |
function |
core/modules/user/src/Form/UserPasswordForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| UserPasswordForm::getFormId |
function |
core/modules/user/src/Form/UserPasswordForm.php |
Returns a unique string identifying the form. |
| UserPasswordForm::submitForm |
function |
core/modules/user/src/Form/UserPasswordForm.php |
Form submission handler. |
| UserPasswordForm::validateForm |
function |
core/modules/user/src/Form/UserPasswordForm.php |
Form validation handler. |
| UserPasswordForm::__construct |
function |
core/modules/user/src/Form/UserPasswordForm.php |
Constructs a UserPasswordForm object. |
| UserPasswordResetForm |
class |
core/modules/user/src/Form/UserPasswordResetForm.php |
Form controller for the user password forms. |
| UserPasswordResetForm.php |
file |
core/modules/user/src/Form/UserPasswordResetForm.php |
|
| UserPasswordResetForm::buildForm |
function |
core/modules/user/src/Form/UserPasswordResetForm.php |
|
| UserPasswordResetForm::getFormId |
function |
core/modules/user/src/Form/UserPasswordResetForm.php |
Returns a unique string identifying the form. |
| UserPasswordResetForm::submitForm |
function |
core/modules/user/src/Form/UserPasswordResetForm.php |
Form submission handler. |