Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Constructs a new UserAuthenticationController object. |
| 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. |
| UserAuthenticationTest::$username | property | core/ |
The test username. |
| UserAuthenticationTest::$userStorage | property | core/ |
The mock user storage. |
| UserAuthenticationTest::setUp | function | core/ |
|
| UserAuthenticationTest::setUpMockPasswordService | function | core/ |
Reinitializes the password service as a mock object. |
| UserAuthenticationTest::testAddCheckToUrlForTrustedRedirectResponse | function | core/ |
Tests the auth that ends in a redirect from subdomain to TLD. |
| UserAuthenticationTest::testAddCheckToUrlForTrustedRedirectResponseWithFragment | function | core/ |
Tests the auth that ends in a redirect from subdomain with a fragment to TLD. |
| UserAuthenticationTest::testAuthenticateWithCorrectPassword | function | core/ |
Tests the authenticate method with a correct password. |
| UserAuthenticationTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash | function | core/ |
Tests the authenticate method with a correct password & new password hash. |
| UserAuthenticationTest::testAuthenticateWithIncorrectPassword | function | core/ |
Tests the authenticate method with an incorrect password. |
| UserAuthenticationTest::testAuthenticateWithZeroPassword | function | core/ |
Tests the authenticate method with a correct password. |
| UserAuthenticationTest::testLookupAccountWithInvalidUsername | function | core/ |
Tests lookupAccount() with an invalid username. |
| UserAuthenticationTest::testLookupAccountWithValidUsername | function | core/ |
Tests lookupAccount() with a valid username. |
| 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/ |
Tests Drupal\user\UserAuth. |
| UserAuthTest.php | file | core/ |
|
| UserAuthTest::$password | property | core/ |
The test password. |
| UserAuthTest::$passwordService | property | core/ |
The mocked password service. |
| UserAuthTest::$userAuth | property | core/ |
The user auth object under test. |
| UserAuthTest::$username | property | core/ |
The test username. |
| UserAuthTest::$userStorage | property | core/ |
The mock user storage. |
| UserAuthTest::providerTestAuthenticateWithMissingCredentials | function | core/ |
Data provider for testAuthenticateWithMissingCredentials(). |
| UserAuthTest::setUp | function | core/ |
|
| UserAuthTest::testAddCheckToUrlForTrustedRedirectResponse | function | core/ |
Tests the auth that ends in a redirect from subdomain to TLD. |
| UserAuthTest::testAddCheckToUrlForTrustedRedirectResponseWithFragment | function | core/ |
Tests the auth that ends in a redirect from subdomain with a fragment to TLD. |
| UserAuthTest::testAuthenticateWithCorrectPassword | function | core/ |
Tests the authenticate method with a correct password. |
| UserAuthTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash | function | core/ |
Tests the authenticate method with a correct password & new password hash. |
| UserAuthTest::testAuthenticateWithIncorrectPassword | function | core/ |
Tests the authenticate method with an incorrect password. |
| UserAuthTest::testAuthenticateWithMissingCredentials | function | core/ |
Tests failing authentication with missing credential parameters. |
| UserAuthTest::testAuthenticateWithNoAccountReturned | function | core/ |
Tests the authenticate method with no account returned. |
| UserAuthTest::testAuthenticateWithZeroPassword | function | core/ |
Tests the authenticate method with a correct password. |
| UserBatchActionTest | class | core/ |
Tests the views bulk form with batch action. |
| UserBatchActionTest.php | file | core/ |
|
| UserBatchActionTest::$defaultTheme | property | core/ |
|
| UserBatchActionTest::$modules | property | core/ |
Pagination
- Previous page
- Page 1737
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.