UserListBuilder::load |
function |
core/modules/user/src/UserListBuilder.php |
|
UserListBuilder::render |
function |
core/modules/user/src/UserListBuilder.php |
|
UserListBuilder::__construct |
function |
core/modules/user/src/UserListBuilder.php |
Constructs a new UserListBuilder object. |
UserLocalTask |
class |
core/modules/user/src/Plugin/Derivative/UserLocalTask.php |
Provides local task definitions for all entity bundles. |
UserLocalTask.php |
file |
core/modules/user/src/Plugin/Derivative/UserLocalTask.php |
|
UserLocalTask::$entityTypeManager |
property |
core/modules/user/src/Plugin/Derivative/UserLocalTask.php |
The entity type manager. |
UserLocalTask::create |
function |
core/modules/user/src/Plugin/Derivative/UserLocalTask.php |
|
UserLocalTask::getDerivativeDefinitions |
function |
core/modules/user/src/Plugin/Derivative/UserLocalTask.php |
|
UserLocalTask::__construct |
function |
core/modules/user/src/Plugin/Derivative/UserLocalTask.php |
Creates a UserLocalTask object. |
UserLocalTasksTest |
class |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Tests user local tasks. |
UserLocalTasksTest.php |
file |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
|
UserLocalTasksTest::getUserAdminRoutes |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Provides a list of routes to test. |
UserLocalTasksTest::getUserLoginRoutes |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Provides a list of routes to test. |
UserLocalTasksTest::getUserPageRoutes |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Provides a list of routes to test. |
UserLocalTasksTest::setUp |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
|
UserLocalTasksTest::testUserAdminLocalTasks |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Tests local task existence. |
UserLocalTasksTest::testUserLoginLocalTasks |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Checks user listing local tasks. |
UserLocalTasksTest::testUserPageLocalTasks |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Checks user listing local tasks. |
UserLocalTaskTest |
class |
core/modules/user/tests/src/Unit/Plugin/Derivative/UserLocalTaskTest.php |
Tests the local tasks deriver class. |
UserLocalTaskTest.php |
file |
core/modules/user/tests/src/Unit/Plugin/Derivative/UserLocalTaskTest.php |
|
UserLocalTaskTest::$deriver |
property |
core/modules/user/tests/src/Unit/Plugin/Derivative/UserLocalTaskTest.php |
The local tasks deriver. |
UserLocalTaskTest::setUp |
function |
core/modules/user/tests/src/Unit/Plugin/Derivative/UserLocalTaskTest.php |
|
UserLocalTaskTest::testGetDerivativeDefinitions |
function |
core/modules/user/tests/src/Unit/Plugin/Derivative/UserLocalTaskTest.php |
Tests the derivatives generated for local tasks. |
UserLoginBlock |
class |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Provides a 'User login' block. |
UserLoginBlock.php |
file |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
|
UserLoginBlock::$routeMatch |
property |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
The route match. |
UserLoginBlock::blockAccess |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
|
UserLoginBlock::build |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
|
UserLoginBlock::create |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
|
UserLoginBlock::renderPlaceholderFormAction |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
#lazy_builder callback; renders a form action URL including destination. |
UserLoginBlock::trustedCallbacks |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
|
UserLoginBlock::__construct |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Constructs a new UserLoginBlock instance. |
UserLoginDecoratedTest |
class |
core/modules/user/tests/src/Functional/UserLoginDecoratedTest.php |
Ensure that login works as expected with a decorator. |
UserLoginDecoratedTest.php |
file |
core/modules/user/tests/src/Functional/UserLoginDecoratedTest.php |
|
UserLoginDecoratedTest::$modules |
property |
core/modules/user/tests/src/Functional/UserLoginDecoratedTest.php |
|
UserLoginDecoratedTest::testServiceDecorated |
function |
core/modules/user/tests/src/Functional/UserLoginDecoratedTest.php |
Test that the UserAuthDecorator is providing user.auth. |
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 |
|
UserLoginForm::create |
function |
core/modules/user/src/Form/UserLoginForm.php |
|
UserLoginForm::getFormId |
function |
core/modules/user/src/Form/UserLoginForm.php |
|
UserLoginForm::submitForm |
function |
core/modules/user/src/Form/UserLoginForm.php |
|
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::validateName |
function |
core/modules/user/src/Form/UserLoginForm.php |
Sets an error if supplied username has been blocked. |