| UserLoginForm |
class |
core/modules/user/src/Form/UserLoginForm.php |
Provides a user login form. |
| UserLoginForm.php |
file |
core/modules/user/src/Form/UserLoginForm.php |
|
| UserLoginForm::$bareHtmlPageRenderer |
property |
core/modules/user/src/Form/UserLoginForm.php |
The bare HTML renderer. |
| UserLoginForm::$renderer |
property |
core/modules/user/src/Form/UserLoginForm.php |
The renderer. |
| UserLoginForm::$userAuth |
property |
core/modules/user/src/Form/UserLoginForm.php |
The user authentication object. |
| UserLoginForm::$userFloodControl |
property |
core/modules/user/src/Form/UserLoginForm.php |
The user flood control service. |
| UserLoginForm::$userStorage |
property |
core/modules/user/src/Form/UserLoginForm.php |
The user storage. |
| UserLoginForm::buildForm |
function |
core/modules/user/src/Form/UserLoginForm.php |
Form constructor. |
| UserLoginForm::create |
function |
core/modules/user/src/Form/UserLoginForm.php |
Instantiates a new instance of this class. |
| UserLoginForm::getFormId |
function |
core/modules/user/src/Form/UserLoginForm.php |
Returns a unique string identifying the form. |
| UserLoginForm::submitForm |
function |
core/modules/user/src/Form/UserLoginForm.php |
Form submission handler. |
| UserLoginForm::validateAuthentication |
function |
core/modules/user/src/Form/UserLoginForm.php |
Checks supplied username/password against local users table. |
| 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 this class. |
| 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 |
|