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 |
---|---|---|---|
UserAgentTest::getLanguages | function | core/ |
Helper method to supply language codes to testGetBestMatchingLangcode(). |
UserAgentTest::getMappings | function | core/ |
Helper method to supply language mappings to testGetBestMatchingLangcode(). |
UserAgentTest::providerTestGetBestMatchingLangcode | function | core/ |
Data provider for testGetBestMatchingLangcode(). |
UserAgentTest::testGetBestMatchingLangcode | function | core/ |
Tests matching language from user agent. |
UserAttributesTest | class | core/ |
Tests the RDFa markup of Users. |
UserAttributesTest.php | file | core/ |
|
UserAttributesTest::$baseUri | property | core/ |
URI of the front page of the Drupal site. |
UserAttributesTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserAttributesTest::$modules | property | core/ |
Modules to enable. |
UserAttributesTest::setUp | function | core/ |
|
UserAttributesTest::testUserAttributesInMarkup | function | core/ |
Tests if default mapping for user is being used. |
UserAuth | class | core/ |
Validates user authentication credentials. |
UserAuth.php | file | core/ |
|
UserAuth::$entityTypeManager | property | core/ |
The entity type manager. |
UserAuth::$passwordChecker | property | core/ |
The password hashing service. |
UserAuth::authenticate | function | core/ |
Validates user authentication credentials. |
UserAuth::__construct | function | core/ |
Constructs a UserAuth object. |
UserAuthenticationController | class | core/ |
Provides controllers for login, login status and logout via HTTP requests. |
UserAuthenticationController.php | file | core/ |
|
UserAuthenticationController::$csrfToken | property | core/ |
The CSRF token generator. |
UserAuthenticationController::$logger | property | core/ |
A logger instance. |
UserAuthenticationController::$routeProvider | property | core/ |
The route provider. |
UserAuthenticationController::$serializer | property | core/ |
The serializer. |
UserAuthenticationController::$serializerFormats | property | core/ |
The available serialization formats. |
UserAuthenticationController::$userAuth | property | core/ |
The user authentication. |
UserAuthenticationController::$userFloodControl | property | core/ |
The user flood control service. |
UserAuthenticationController::$userStorage | property | core/ |
The user storage. |
UserAuthenticationController::create | function | core/ |
Instantiates a new instance of this class. |
UserAuthenticationController::floodControl | function | core/ |
Enforces flood control for the current login request. |
UserAuthenticationController::getLoginFloodIdentifier | function | core/ |
Gets the login identifier for user login flood control. |
UserAuthenticationController::getRequestFormat | function | core/ |
Gets the format of the current request. |
UserAuthenticationController::LOGGED_IN | constant | core/ |
String sent in responses, to describe the user as being logged in. |
UserAuthenticationController::LOGGED_OUT | constant | core/ |
String sent in responses, to describe the user as being logged out. |
UserAuthenticationController::login | function | core/ |
Logs in a user. |
UserAuthenticationController::loginStatus | function | core/ |
Checks whether a user is logged in or not. |
UserAuthenticationController::logout | function | core/ |
Logs out a user. |
UserAuthenticationController::resetPassword | function | core/ |
Resets a user password. |
UserAuthenticationController::userIsBlocked | function | core/ |
Verifies if the user is blocked. |
UserAuthenticationController::userLoginFinalize | function | core/ |
Finalizes the user login. |
UserAuthenticationController::userLogout | function | core/ |
Logs the user out. |
UserAuthenticationController::__construct | function | core/ |
Constructs a new UserAuthenticationController object. |
UserAuthenticationControllerTest | class | core/ |
@coversDefaultClass \Drupal\user\Controller\UserController @group user |
UserAuthenticationControllerTest.php | file | core/ |
|
UserAuthenticationControllerTest::$modules | property | core/ |
Modules to enable. |
UserAuthenticationControllerTest::testConstructorDeprecations | function | core/ |
@group legacy |
UserAuthInterface | interface | core/ |
An interface for validating user authentication credentials. |
UserAuthInterface.php | file | core/ |
|
UserAuthInterface::authenticate | function | core/ |
Validates user authentication credentials. |
UserAuthTest | class | core/ |
@coversDefaultClass \Drupal\user\UserAuth @group user |
UserAuthTest.php | file | core/ |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.