| UserLoginForm::validateFinal |
function |
core/modules/user/src/Form/UserLoginForm.php |
Checks if user was not authenticated, or if too many logins were attempted. |
| UserLoginForm::__construct |
function |
core/modules/user/src/Form/UserLoginForm.php |
Constructs a new UserLoginForm. |
| UserLogoutConfirm::getFormId |
function |
core/modules/user/src/Form/UserLogoutConfirm.php |
Returns a unique string identifying the form. |
| UserLogoutConfirm::submitForm |
function |
core/modules/user/src/Form/UserLogoutConfirm.php |
Form submission handler. |
| UserMultipleCancelConfirm::buildForm |
function |
core/modules/user/src/Form/UserMultipleCancelConfirm.php |
Form constructor. |
| UserMultipleCancelConfirm::getFormId |
function |
core/modules/user/src/Form/UserMultipleCancelConfirm.php |
Returns a unique string identifying the form. |
| UserMultipleCancelConfirm::submitForm |
function |
core/modules/user/src/Form/UserMultipleCancelConfirm.php |
Form submission handler. |
| UserName::buildOptionsForm |
function |
core/modules/user/src/Plugin/views/argument_validator/UserName.php |
Provides the default form for setting options. |
| UserNameFormatter |
class |
core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php |
Plugin implementation of the 'user_name' formatter. |
| UserNameFormatter.php |
file |
core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php |
|
| UserNameFormatter::defaultSettings |
function |
core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php |
Defines the default settings for this plugin. |
| UserNameFormatter::isApplicable |
function |
core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php |
Returns if the formatter can be used for the provided field. |
| UserNameFormatter::settingsForm |
function |
core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php |
Returns a form to configure settings for the formatter. |
| UserNameFormatter::viewElements |
function |
core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php |
Builds a renderable array for a field value. |
| UserNameFormatterTest |
class |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
Tests the user_name formatter. |
| UserNameFormatterTest.php |
file |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
|
| UserNameFormatterTest::$bundle |
property |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
|
| UserNameFormatterTest::$entityType |
property |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
|
| UserNameFormatterTest::$fieldName |
property |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
|
| UserNameFormatterTest::$modules |
property |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
Modules to install. |
| UserNameFormatterTest::renderEntityFields |
function |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
Renders fields of a given entity with a given display. |
| UserNameFormatterTest::setUp |
function |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
|
| UserNameFormatterTest::testFormatter |
function |
core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php |
Tests the formatter output. |
| 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. |
| UserPasswordResetTest::testResetFormHasAutocompleteAttribute |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Test the autocomplete attribute is present. |
| UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm |
function |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
Tests password reset functionality with an AJAX form. |
| UserPermissionsForm |
class |
core/modules/user/src/Form/UserPermissionsForm.php |
Provides the user permissions administration form. |
| UserPermissionsForm.php |
file |
core/modules/user/src/Form/UserPermissionsForm.php |
|
| UserPermissionsForm::$moduleHandler |
property |
core/modules/user/src/Form/UserPermissionsForm.php |
The module handler. |
| UserPermissionsForm::$permissionHandler |
property |
core/modules/user/src/Form/UserPermissionsForm.php |
The permission handler. |
| UserPermissionsForm::$roleStorage |
property |
core/modules/user/src/Form/UserPermissionsForm.php |
The role storage. |
| UserPermissionsForm::buildForm |
function |
core/modules/user/src/Form/UserPermissionsForm.php |
Form constructor. |
| UserPermissionsForm::create |
function |
core/modules/user/src/Form/UserPermissionsForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| UserPermissionsForm::getFormId |
function |
core/modules/user/src/Form/UserPermissionsForm.php |
Returns a unique string identifying the form. |