Search for user

  1. Search 7.x for user
  2. Search 9.5.x for user
  3. Search 10.3.x for user
  4. Search 11.x for user
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
User class core/modules/user/src/Entity/User.php Defines the user entity class.
User class core/modules/user/src/Plugin/views/argument_validator/User.php Validate whether an argument is a valid user.
User class core/modules/user/src/Plugin/views/argument_default/User.php Default argument plugin to extract a user from request.
User class core/modules/user/src/Plugin/migrate/source/d6/User.php Drupal 6 user source from database.
User class core/modules/user/src/Plugin/migrate/source/d7/User.php Drupal 7 user source from database.
User class core/modules/user/src/Plugin/migrate/User.php 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/modules/user/src/Plugin/migrate/process/UserLangcode.php
UserLangcode::$languageManager property core/modules/user/src/Plugin/migrate/process/UserLangcode.php The language manager.
UserLangcode::create function core/modules/user/src/Plugin/migrate/process/UserLangcode.php Creates an instance of the plugin.
UserLangcode::transform function core/modules/user/src/Plugin/migrate/process/UserLangcode.php Performs the associated process.
UserLangcode::__construct function core/modules/user/src/Plugin/migrate/process/UserLangcode.php Constructs a UserLangcode object.
UserLanguageCreationTest class core/modules/user/tests/src/Functional/UserLanguageCreationTest.php Tests whether proper language is stored for new users and access to language
selector.
UserLanguageCreationTest.php file core/modules/user/tests/src/Functional/UserLanguageCreationTest.php
UserLanguageCreationTest::$defaultTheme property core/modules/user/tests/src/Functional/UserLanguageCreationTest.php The theme to install as the default for testing.
UserLanguageCreationTest::$modules property core/modules/user/tests/src/Functional/UserLanguageCreationTest.php Modules to enable.
UserLanguageCreationTest::testLocalUserCreation function core/modules/user/tests/src/Functional/UserLanguageCreationTest.php Functional test for language handling during user creation.
UserLanguageTest class core/modules/user/tests/src/Functional/UserLanguageTest.php Functional tests for a user's ability to change their default language.
UserLanguageTest.php file core/modules/user/tests/src/Functional/UserLanguageTest.php
UserLanguageTest::$defaultTheme property core/modules/user/tests/src/Functional/UserLanguageTest.php The theme to install as the default for testing.
UserLanguageTest::$modules property core/modules/user/tests/src/Functional/UserLanguageTest.php Modules to enable.
UserLanguageTest::testUserLanguageConfiguration function core/modules/user/tests/src/Functional/UserLanguageTest.php Test if user can change their default language.
UserLegacyTest class core/modules/user/tests/src/Kernel/UserLegacyTest.php Tests legacy user functionality.
UserLegacyTest.php file core/modules/user/tests/src/Kernel/UserLegacyTest.php
UserLegacyTest::$modules property core/modules/user/tests/src/Kernel/UserLegacyTest.php Modules to enable.
UserLegacyTest::setUp function core/modules/user/tests/src/Kernel/UserLegacyTest.php
UserLegacyTest::testEntityLegacyCode function core/modules/user/tests/src/Kernel/UserLegacyTest.php @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/modules/user/tests/src/Kernel/UserLegacyTest.php Tests that user_delete throws a deprecation error.
UserLegacyTest::testUserDeleteMultiple function core/modules/user/tests/src/Kernel/UserLegacyTest.php Tests that user_delete_multiple throws a deprecation error.
UserLegacyTest::testUserFormatName function core/modules/user/tests/src/Kernel/UserLegacyTest.php Tests user_format_name().
UserLegacyTest::testUserView function core/modules/user/tests/src/Kernel/UserLegacyTest.php @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/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.
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.
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 Creates an instance of the plugin.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.