Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| UserAuthDecorator | class | core/ |
Helper to validate UserAuthInterface BC layers are functional. |
| UserAuthDecorator.php | file | core/ |
|
| UserAuthDecorator::authenticate | function | core/ |
Validates user authentication credentials. |
| UserAuthDecorator::__construct | function | core/ |
Constructs a UserAuthDecorator object. |
| UserAuthentication | class | core/ |
Validates user authentication credentials. |
| UserAuthentication.php | file | core/ |
|
| UserAuthentication::$entityTypeManager | property | core/ |
The entity type manager. |
| UserAuthentication::$passwordChecker | property | core/ |
The password hashing service. |
| UserAuthentication::authenticateAccount | function | core/ |
Validates user authentication credentials for an account. |
| UserAuthentication::lookupAccount | function | core/ |
Validates user authentication credentials. |
| UserAuthentication::__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::$loginFinalizer | property | core/ |
The login finalizer. |
| UserAuthenticationController::$logoutFinalizer | property | core/ |
The logout finalizer. |
| UserAuthenticationController::$notificationHandler | property | core/ |
The user notification handler. |
| 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 the implementing class using autowiring. |
| 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::userLoginFinalize | function | core/ |
Finalizes the user login. |
| UserAuthenticationController::userLogout | function | core/ |
Logs the user out. |
| UserAuthenticationController::__construct | function | core/ |
|
| UserAuthenticationInterface | interface | core/ |
An interface for validating user authentication credentials. |
| UserAuthenticationInterface.php | file | core/ |
|
| UserAuthenticationInterface::authenticateAccount | function | core/ |
Validates user authentication credentials for an account. |
| UserAuthenticationInterface::lookupAccount | function | core/ |
Validates user authentication credentials. |
| UserAuthenticationTest | class | core/ |
Tests Drupal\user\UserAuthentication. |
| UserAuthenticationTest.php | file | core/ |
|
| UserAuthenticationTest::$password | property | core/ |
The test password. |
| UserAuthenticationTest::$passwordService | property | core/ |
The mocked password service. |
| UserAuthenticationTest::$userAuth | property | core/ |
The user auth object under test. |
Pagination
- Previous page
- Page 1519
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.