| 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. |
| UserAuthenticationController::userLoginFinalize |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Finalizes the user login. |
| UserAuthenticationController::userLogout |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Logs the user out. |
| UserAuthenticationController::__construct |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Constructs a new UserAuthenticationController object. |
| UserAuthenticationInterface |
interface |
core/modules/user/src/UserAuthenticationInterface.php |
An interface for validating user authentication credentials. |
| UserAuthenticationInterface.php |
file |
core/modules/user/src/UserAuthenticationInterface.php |
|
| UserAuthenticationInterface::authenticateAccount |
function |
core/modules/user/src/UserAuthenticationInterface.php |
Validates user authentication credentials for an account. |
| UserAuthenticationInterface::lookupAccount |
function |
core/modules/user/src/UserAuthenticationInterface.php |
Validates user authentication credentials. |
| UserAuthInterface |
interface |
core/modules/user/src/UserAuthInterface.php |
An interface for validating user authentication credentials. |
| UserAuthInterface.php |
file |
core/modules/user/src/UserAuthInterface.php |
|
| UserAuthInterface::authenticate |
function |
core/modules/user/src/UserAuthInterface.php |
Validates user authentication credentials. |
| UserAuthTest |
class |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests Drupal\user\UserAuth. |
| UserAuthTest.php |
file |
core/modules/user/tests/src/Unit/UserAuthTest.php |
|
| UserAuthTest::$password |
property |
core/modules/user/tests/src/Unit/UserAuthTest.php |
The test password. |
| UserAuthTest::$passwordService |
property |
core/modules/user/tests/src/Unit/UserAuthTest.php |
The mocked password service. |
| UserAuthTest::$testUser |
property |
core/modules/user/tests/src/Unit/UserAuthTest.php |
The mock user. |
| UserAuthTest::$userAuth |
property |
core/modules/user/tests/src/Unit/UserAuthTest.php |
The user auth object under test. |
| UserAuthTest::$username |
property |
core/modules/user/tests/src/Unit/UserAuthTest.php |
The test username. |
| UserAuthTest::$userStorage |
property |
core/modules/user/tests/src/Unit/UserAuthTest.php |
The mock user storage. |
| UserAuthTest::providerTestAuthenticateWithMissingCredentials |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Data provider for testAuthenticateWithMissingCredentials(). |
| UserAuthTest::setUp |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
|
| UserAuthTest::testAddCheckToUrlForTrustedRedirectResponse |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the auth that ends in a redirect from subdomain to TLD. |
| UserAuthTest::testAddCheckToUrlForTrustedRedirectResponseWithFragment |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the auth that ends in a redirect from subdomain with a fragment to TLD. |
| UserAuthTest::testAuthenticateWithCorrectPassword |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with a correct password. |
| UserAuthTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with a correct password & new password hash. |
| UserAuthTest::testAuthenticateWithIncorrectPassword |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with an incorrect password. |
| UserAuthTest::testAuthenticateWithMissingCredentials |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests failing authentication with missing credential parameters. |
| UserAuthTest::testAuthenticateWithNoAccountReturned |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with no account returned. |
| UserAuthTest::testAuthenticateWithZeroPassword |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with a correct password. |
| UserBatchActionTest |
class |
core/modules/views/tests/src/Functional/UserBatchActionTest.php |
Tests the views bulk form with batch action. |
| UserBatchActionTest.php |
file |
core/modules/views/tests/src/Functional/UserBatchActionTest.php |
|
| UserBatchActionTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/UserBatchActionTest.php |
The theme to install as the default for testing. |