Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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[[api-linebreak]] @group user |
| UserAuthTest.php | file | core/ |
|
| UserAuthTest::$password | property | core/ |
The test password. |
| UserAuthTest::$passwordService | property | core/ |
The mocked password service. |
| UserAuthTest::$testUser | property | core/ |
The mock user. |
| 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::testAuthenticateWithCorrectPassword | function | core/ |
Tests the authenticate method with a correct password. |
| UserAuthTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash | function | core/ |
Tests the authenticate method with a correct password and 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/ |
The theme to install as the default for testing. |
| UserBatchActionTest::$modules | property | core/ |
Modules to install. |
| UserBatchActionTest::testUserAction | function | core/ |
Tests user admin batch. |
| UserBlocksTest | class | core/ |
Tests user blocks. |
| UserBlocksTest.php | file | core/ |
|
| UserBlocksTest::$adminUser | property | core/ |
A user with the 'administer blocks' permission. |
| UserBlocksTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UserBlocksTest::$modules | property | core/ |
Modules to enable. |
| UserBlocksTest::setUp | function | core/ |
|
| UserBlocksTest::testUserLoginBlock | function | core/ |
Test the user login block. |
| UserBlocksTest::testUserLoginBlockVisibility | function | core/ |
Tests that user login block is hidden from user/login. |
| UserBulkForm | class | core/ |
Defines a user operations bulk form element. |
| UserBulkForm.php | file | core/ |
|
| UserBulkForm::emptySelectedMessage | function | core/ |
Returns the message to be displayed when there are no selected items. |
| UserBulkForm::viewsForm | function | core/ |
Provide a more useful title to improve the accessibility. |
Pagination
- Previous page
- Page 1321
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.