Search for user
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
User | class | core/ |
Defines the user entity class. |
User | class | core/ |
Validate whether an argument is a valid user. |
User | class | core/ |
Default argument plugin to extract a user from request. |
User | class | core/ |
Drupal 6 user source from database. |
User | class | core/ |
Drupal 7 user source from database. |
User | class | core/ |
Plugin class for Drupal 7 user migrations dealing with fields and profiles. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
UserLangcode.php | file | core/ |
|
UserLangcode::$languageManager | property | core/ |
The language manager. |
UserLangcode::create | function | core/ |
Creates an instance of the plugin. |
UserLangcode::transform | function | core/ |
Performs the associated process. |
UserLangcode::__construct | function | core/ |
Constructs a UserLangcode object. |
UserLanguageCreationTest | class | core/ |
Tests whether proper language is stored for new users and access to language selector. |
UserLanguageCreationTest.php | file | core/ |
|
UserLanguageCreationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserLanguageCreationTest::$modules | property | core/ |
Modules to enable. |
UserLanguageCreationTest::testLocalUserCreation | function | core/ |
Functional test for language handling during user creation. |
UserLanguageTest | class | core/ |
Functional tests for a user's ability to change their default language. |
UserLanguageTest.php | file | core/ |
|
UserLanguageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserLanguageTest::$modules | property | core/ |
Modules to enable. |
UserLanguageTest::testUserLanguageConfiguration | function | core/ |
Test if user can change their default language. |
UserLegacyTest | class | core/ |
Tests legacy user functionality. |
UserLegacyTest.php | file | core/ |
|
UserLegacyTest::$modules | property | core/ |
Modules to enable. |
UserLegacyTest::setUp | function | core/ |
|
UserLegacyTest::testEntityLegacyCode | function | core/ |
@expectedDeprecation user_load_multiple() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\user\Entity\User::loadMultiple(). See https://www.drupal.org/node/2266845 @expectedDeprecation user_load() is deprecated in… |
UserLegacyTest::testUserDelete | function | core/ |
Tests that user_delete throws a deprecation error. |
UserLegacyTest::testUserDeleteMultiple | function | core/ |
Tests that user_delete_multiple throws a deprecation error. |
UserLegacyTest::testUserFormatName | function | core/ |
Tests user_format_name(). |
UserLegacyTest::testUserView | function | core/ |
@expectedDeprecation user_view() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal::entityTypeManager()->getViewBuilder('user')->view() instead. See… |
UserListBuilder | class | core/ |
Defines a class to build a listing of user entities. |
UserListBuilder.php | file | core/ |
|
UserListBuilder::$dateFormatter | property | core/ |
The date formatter service. |
UserListBuilder::$redirectDestination | property | core/ |
The redirect destination service. |
UserListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
UserListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
UserListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
UserListBuilder::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
UserListBuilder::load | function | core/ |
Loads entities of this type from storage for listing. |
UserListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
UserListBuilder::__construct | function | core/ |
Constructs a new UserListBuilder object. |
UserLocalTasksTest | class | core/ |
Tests user local tasks. |
UserLocalTasksTest.php | file | core/ |
|
UserLocalTasksTest::getUserAdminRoutes | function | core/ |
Provides a list of routes to test. |
UserLocalTasksTest::getUserLoginRoutes | function | core/ |
Provides a list of routes to test. |
UserLocalTasksTest::getUserPageRoutes | function | core/ |
Provides a list of routes to test. |
UserLocalTasksTest::setUp | function | core/ |
|
UserLocalTasksTest::testUserAdminLocalTasks | function | core/ |
Tests local task existence. |
UserLocalTasksTest::testUserLoginLocalTasks | function | core/ |
Checks user listing local tasks. |
UserLocalTasksTest::testUserPageLocalTasks | function | core/ |
Checks user listing local tasks. |
UserLoginBlock | class | core/ |
Provides a 'User login' block. |
UserLoginBlock.php | file | core/ |
|
UserLoginBlock::$routeMatch | property | core/ |
The route match. |
UserLoginBlock::blockAccess | function | core/ |
|
UserLoginBlock::build | function | core/ |
|
UserLoginBlock::create | function | core/ |
Creates an instance of the plugin. |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.