| UserHooks::filterFormatDisable |
function |
core/modules/user/src/Hook/UserHooks.php |
Implements hook_filter_format_disable(). |
| UserHooks::formSystemRegionalSettingsAlter |
function |
core/modules/user/src/Hook/UserHooks.php |
Implements hook_form_FORM_ID_alter() for \Drupal\system\Form\RegionalForm. |
| UserHooksTest::userFormatNameAlter |
function |
core/modules/user/tests/modules/user_hooks_test/src/Hook/UserHooksTest.php |
Alters the username. |
| UserJsonAnonTest::$format |
property |
core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php |
The format to use in this test. |
| UserJsonBasicAuthTest::$format |
property |
core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php |
The format to use in this test. |
| UserJsonCookieTest::$format |
property |
core/modules/user/tests/src/Functional/Rest/UserJsonCookieTest.php |
The format to use in this test. |
| UserLangcode::transform |
function |
core/modules/user/src/Plugin/migrate/process/UserLangcode.php |
Performs the associated process. |
| UserLanguageTestForm |
class |
core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php |
Provides a User Language Test form. |
| UserLanguageTestForm.php |
file |
core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php |
|
| UserLanguageTestForm::buildForm |
function |
core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php |
Form constructor. |
| UserLanguageTestForm::getFormId |
function |
core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php |
Returns a unique string identifying the form. |
| UserLanguageTestForm::submitForm |
function |
core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php |
Form submission handler. |
| UserListBuilder::$dateFormatter |
property |
core/modules/user/src/UserListBuilder.php |
The date formatter service. |
| UserLoginBlock::renderPlaceholderFormAction |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Render API callback: Renders a form action URL including destination. |
| 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 the implementing class using autowiring. |
| 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. |