UserAgentTest |
class |
core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php |
Tests bytes size parsing helper methods. |
UserAgentTest.php |
file |
core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php |
|
UserAgentTest::getLanguages |
function |
core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php |
Helper method to supply language codes to testGetBestMatchingLangcode(). |
UserAgentTest::getMappings |
function |
core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php |
Helper method to supply language mappings to testGetBestMatchingLangcode(). |
UserAgentTest::providerTestGetBestMatchingLangcode |
function |
core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php |
Data provider for testGetBestMatchingLangcode(). |
UserAgentTest::testGetBestMatchingLangcode |
function |
core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php |
Tests matching language from user agent. |
UserAnonymousActivateTest |
class |
core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php |
Tests unblocking the anonymous user account. |
UserAnonymousActivateTest.php |
file |
core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php |
|
UserAnonymousActivateTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php |
Modules to install. |
UserAnonymousActivateTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php |
|
UserAnonymousActivateTest::testAnonymousActivate |
function |
core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php |
Tests that the anonymous user cannot be activated. |
UserAuth |
class |
core/modules/user/src/UserAuth.php |
Validates user authentication credentials. |
UserAuth.php |
file |
core/modules/user/src/UserAuth.php |
|
UserAuth::$entityTypeManager |
property |
core/modules/user/src/UserAuth.php |
The entity type manager. |
UserAuth::$passwordChecker |
property |
core/modules/user/src/UserAuth.php |
The password hashing service. |
UserAuth::authenticate |
function |
core/modules/user/src/UserAuth.php |
|
UserAuth::__construct |
function |
core/modules/user/src/UserAuth.php |
Constructs a UserAuth object. |
UserAuthDecorator |
class |
core/modules/user/tests/modules/user_auth_decorator_test/src/UserAuthDecorator.php |
Helper to validate UserAuthInterface BC layers are functional. |
UserAuthDecorator.php |
file |
core/modules/user/tests/modules/user_auth_decorator_test/src/UserAuthDecorator.php |
|
UserAuthDecorator::authenticate |
function |
core/modules/user/tests/modules/user_auth_decorator_test/src/UserAuthDecorator.php |
|
UserAuthDecorator::__construct |
function |
core/modules/user/tests/modules/user_auth_decorator_test/src/UserAuthDecorator.php |
Constructs a UserAuthDecorator object. |
UserAuthentication |
class |
core/modules/user/src/UserAuthentication.php |
Validates user authentication credentials. |
UserAuthentication.php |
file |
core/modules/user/src/UserAuthentication.php |
|
UserAuthentication::$entityTypeManager |
property |
core/modules/user/src/UserAuthentication.php |
The entity type manager. |
UserAuthentication::$passwordChecker |
property |
core/modules/user/src/UserAuthentication.php |
The password hashing service. |
UserAuthentication::authenticate |
function |
core/modules/user/src/UserAuthentication.php |
|
UserAuthentication::authenticateAccount |
function |
core/modules/user/src/UserAuthentication.php |
Validates user authentication credentials for an account. |
UserAuthentication::lookupAccount |
function |
core/modules/user/src/UserAuthentication.php |
Validates user authentication credentials. |
UserAuthentication::__construct |
function |
core/modules/user/src/UserAuthentication.php |
Constructs a UserAuth object. |
UserAuthenticationController |
class |
core/modules/user/src/Controller/UserAuthenticationController.php |
Provides controllers for login, login status and logout via HTTP requests. |
UserAuthenticationController.php |
file |
core/modules/user/src/Controller/UserAuthenticationController.php |
|
UserAuthenticationController::$csrfToken |
property |
core/modules/user/src/Controller/UserAuthenticationController.php |
The CSRF token generator. |
UserAuthenticationController::$logger |
property |
core/modules/user/src/Controller/UserAuthenticationController.php |
A logger instance. |
UserAuthenticationController::$routeProvider |
property |
core/modules/user/src/Controller/UserAuthenticationController.php |
The route provider. |
UserAuthenticationController::$serializer |
property |
core/modules/user/src/Controller/UserAuthenticationController.php |
The serializer. |
UserAuthenticationController::$serializerFormats |
property |
core/modules/user/src/Controller/UserAuthenticationController.php |
The available serialization formats. |
UserAuthenticationController::$userAuth |
property |
core/modules/user/src/Controller/UserAuthenticationController.php |
The user authentication. |
UserAuthenticationController::$userFloodControl |
property |
core/modules/user/src/Controller/UserAuthenticationController.php |
The user flood control service. |
UserAuthenticationController::$userStorage |
property |
core/modules/user/src/Controller/UserAuthenticationController.php |
The user storage. |
UserAuthenticationController::create |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Instantiates a new instance of the implementing class using autowiring. |
UserAuthenticationController::floodControl |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Enforces flood control for the current login request. |
UserAuthenticationController::getLoginFloodIdentifier |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Gets the login identifier for user login flood control. |
UserAuthenticationController::getRequestFormat |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Gets the format of the current request. |
UserAuthenticationController::LOGGED_IN |
constant |
core/modules/user/src/Controller/UserAuthenticationController.php |
String sent in responses, to describe the user as being logged in. |
UserAuthenticationController::LOGGED_OUT |
constant |
core/modules/user/src/Controller/UserAuthenticationController.php |
String sent in responses, to describe the user as being logged out. |
UserAuthenticationController::login |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Logs in a user. |
UserAuthenticationController::loginStatus |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Checks whether a user is logged in or not. |
UserAuthenticationController::logout |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Logs out a user. |
UserAuthenticationController::resetPassword |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Resets a user password. |
UserAuthenticationController::userIsBlocked |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Verifies if the user is blocked. |