Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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 Validates user authentication credentials.
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 Validates user authentication credentials.
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::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::$loginFinalizer property core/modules/user/src/Controller/UserAuthenticationController.php The login finalizer.
UserAuthenticationController::$logoutFinalizer property core/modules/user/src/Controller/UserAuthenticationController.php The logout finalizer.
UserAuthenticationController::$notificationHandler property core/modules/user/src/Controller/UserAuthenticationController.php The user notification handler.
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::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
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.

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