Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
UserAdminTest::testUserAdmin function core/modules/user/tests/src/Functional/UserAdminTest.php Registers a user and deletes it.
UserAgent class core/lib/Drupal/Component/Utility/UserAgent.php Provides user agent related utility functions.
UserAgent.php file core/lib/Drupal/Component/Utility/UserAgent.php
UserAgent::getBestMatchingLangcode function core/lib/Drupal/Component/Utility/UserAgent.php Identifies user agent language from the Accept-language HTTP header.
UserAgentTest class core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php Tests bytes size parsing helper methods.
UserAgentTest.php file core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php
UserAgentTest::getLanguages function core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php Helper method to supply language codes to testGetBestMatchingLangcode().
UserAgentTest::getMappings function core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php Helper method to supply language mappings to testGetBestMatchingLangcode().
UserAgentTest::providerTestGetBestMatchingLangcode function core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php Data provider for testGetBestMatchingLangcode().
UserAgentTest::testGetBestMatchingLangcode function core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php Tests matching language from user agent.
UserAnonymousActivateTest class core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php Tests unblocking the anonymous user account.
UserAnonymousActivateTest.php file core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php
UserAnonymousActivateTest::$modules property core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php
UserAnonymousActivateTest::setUp function core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php
UserAnonymousActivateTest::testAnonymousActivate function core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php Tests that the anonymous user cannot be activated.
UserAuth class core/modules/user/src/UserAuth.php Validates user authentication credentials.
UserAuth.php file core/modules/user/src/UserAuth.php
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
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.

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