Search for user

  1. Search 7.x for user
  2. Search 9.5.x for user
  3. Search 8.9.x for user
  4. Search 10.3.x for user
  5. Search 11.x for user
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
User class core/modules/user/src/Entity/User.php Defines the user entity class.
User class core/modules/user/src/Plugin/views/argument_validator/User.php Validate whether an argument is a valid user.
User class core/modules/user/src/Plugin/views/argument_default/User.php Default argument plugin to extract a user from request.
User class core/modules/user/src/Plugin/migrate/source/d6/User.php Drupal 6 user source from database.
User class core/modules/user/src/Plugin/migrate/source/d7/User.php Drupal 7 user source from database.
User class core/modules/user/src/Plugin/migrate/User.php Plugin class for Drupal 7 user migrations dealing with fields and profiles.

All search results

Title Object type File name Summary
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::authenticateAccount function core/modules/user/src/UserAuthentication.php
UserAuthentication::lookupAccount function core/modules/user/src/UserAuthentication.php
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
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::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.
UserAuthenticationTest class core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests Drupal\user\UserAuthentication.
UserAuthenticationTest.php file core/modules/user/tests/src/Unit/UserAuthenticationTest.php
UserAuthenticationTest::$password property core/modules/user/tests/src/Unit/UserAuthenticationTest.php The test password.
UserAuthenticationTest::$passwordService property core/modules/user/tests/src/Unit/UserAuthenticationTest.php The mocked password service.
UserAuthenticationTest::$userAuth property core/modules/user/tests/src/Unit/UserAuthenticationTest.php The user auth object under test.
UserAuthenticationTest::$username property core/modules/user/tests/src/Unit/UserAuthenticationTest.php The test username.
UserAuthenticationTest::$userStorage property core/modules/user/tests/src/Unit/UserAuthenticationTest.php The mock user storage.
UserAuthenticationTest::setUp function core/modules/user/tests/src/Unit/UserAuthenticationTest.php
UserAuthenticationTest::setUpMockPasswordService function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Reinitializes the password service as a mock object.
UserAuthenticationTest::testAddCheckToUrlForTrustedRedirectResponse function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests the auth that ends in a redirect from subdomain to TLD.
UserAuthenticationTest::testAddCheckToUrlForTrustedRedirectResponseWithFragment function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests the auth that ends in a redirect from subdomain with a fragment to TLD.
UserAuthenticationTest::testAuthenticateWithCorrectPassword function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests the authenticate method with a correct password.
UserAuthenticationTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests the authenticate method with a correct password & new password hash.
UserAuthenticationTest::testAuthenticateWithIncorrectPassword function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests the authenticate method with an incorrect password.
UserAuthenticationTest::testAuthenticateWithZeroPassword function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests the authenticate method with a correct password.
UserAuthenticationTest::testLookupAccountWithInvalidUsername function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests lookupAccount() with an invalid username.
UserAuthenticationTest::testLookupAccountWithValidUsername function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests lookupAccount() with a valid username.
UserAuthInterface interface core/modules/user/src/UserAuthInterface.php An interface for validating user authentication credentials.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.