UserLanguageTestForm::submitForm |
function |
core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php |
Form submission handler. |
UserLazyBuilder |
class |
core/modules/navigation/src/UserLazyBuilder.php |
User navigation block lazy builder. |
UserLazyBuilder.php |
file |
core/modules/navigation/src/UserLazyBuilder.php |
|
UserLazyBuilder::renderNavigationLinks |
function |
core/modules/navigation/src/UserLazyBuilder.php |
Lazy builder callback for rendering navigation links. |
UserLazyBuilder::trustedCallbacks |
function |
core/modules/navigation/src/UserLazyBuilder.php |
Lists the trusted callbacks provided by the implementing class. |
UserLazyBuilder::userOperationLinks |
function |
core/modules/navigation/src/UserLazyBuilder.php |
Returns the user operation links in navigation expected format. |
UserLazyBuilder::__construct |
function |
core/modules/navigation/src/UserLazyBuilder.php |
Constructs an UserLazyBuilder object. |
UserListBuilder |
class |
core/modules/user/src/UserListBuilder.php |
Defines a class to build a listing of user entities. |
UserListBuilder.php |
file |
core/modules/user/src/UserListBuilder.php |
|
UserListBuilder::$dateFormatter |
property |
core/modules/user/src/UserListBuilder.php |
The date formatter service. |
UserListBuilder::$redirectDestination |
property |
core/modules/user/src/UserListBuilder.php |
The redirect destination service. |
UserListBuilder::buildHeader |
function |
core/modules/user/src/UserListBuilder.php |
Builds the header row for the entity listing. |
UserListBuilder::buildRow |
function |
core/modules/user/src/UserListBuilder.php |
Builds a row for an entity in the entity listing. |
UserListBuilder::createInstance |
function |
core/modules/user/src/UserListBuilder.php |
Instantiates a new instance of this entity handler. |
UserListBuilder::getOperations |
function |
core/modules/user/src/UserListBuilder.php |
Provides an array of information to build a list of operation links. |
UserListBuilder::load |
function |
core/modules/user/src/UserListBuilder.php |
Loads entities of this type from storage for listing. |
UserListBuilder::render |
function |
core/modules/user/src/UserListBuilder.php |
Builds the entity listing as renderable array for table.html.twig. |
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 |
Creates a new class instance. |
UserLocalTask::getDerivativeDefinitions |
function |
core/modules/user/src/Plugin/Derivative/UserLocalTask.php |
Gets the definition of all derivatives of a base plugin. |
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 |
Indicates whether the block should be shown. |
UserLoginBlock::build |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Builds and returns the renderable array for this block plugin. |
UserLoginBlock::create |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Creates an instance of the plugin. |
UserLoginBlock::renderPlaceholderFormAction |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Render API callback: Renders a form action URL including destination. |
UserLoginBlock::trustedCallbacks |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Lists the trusted callbacks provided by the implementing class. |
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 |
Modules to install. |