Search for login

  1. Search 7.x for login
  2. Search 9.5.x for login
  3. Search 10.3.x for login
  4. Search 11.x for login
  5. Other projects
Title Object type File name Summary
User::setLastLoginTime function core/modules/user/src/Entity/User.php Sets the UNIX timestamp when the user last logged in.
UserAuthenticationController::getLoginFloodIdentifier function core/modules/user/src/Controller/UserAuthenticationController.php Gets the login identifier for user login flood control.
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::userLoginFinalize function core/modules/user/src/Controller/UserAuthenticationController.php Finalizes the user login.
UserBlocksTest::testUserLoginBlock function core/modules/user/tests/src/Functional/UserBlocksTest.php Test the user login block.
UserBlocksTest::testUserLoginBlockVisibility function core/modules/user/tests/src/Functional/UserBlocksTest.php Tests that user login block is hidden from user/login.
UserController::resetPassLogin function core/modules/user/src/Controller/UserController.php Validates user, hash, and timestamp; logs the user in if correct.
UserInterface::getLastLoginTime function core/modules/user/src/UserInterface.php Returns the UNIX timestamp when the user last logged in.
UserInterface::setLastLoginTime function core/modules/user/src/UserInterface.php Sets the UNIX timestamp when the user last logged in.
UserLocalTasksTest::getUserLoginRoutes function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Provides a list of routes to test.
UserLocalTasksTest::testUserLoginLocalTasks function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Checks user listing local tasks.
UserLoginBlock class core/modules/user/src/Plugin/Block/UserLoginBlock.php Provides a 'User login' block.
UserLoginBlock.php file core/modules/user/src/Plugin/Block/UserLoginBlock.php
UserLoginBlock::$routeMatch property core/modules/user/src/Plugin/Block/UserLoginBlock.php The route match.
UserLoginBlock::blockAccess function core/modules/user/src/Plugin/Block/UserLoginBlock.php
UserLoginBlock::build function core/modules/user/src/Plugin/Block/UserLoginBlock.php
UserLoginBlock::create function core/modules/user/src/Plugin/Block/UserLoginBlock.php Creates an instance of the plugin.
UserLoginBlock::renderPlaceholderFormAction function core/modules/user/src/Plugin/Block/UserLoginBlock.php #lazy_builder callback; renders a form action URL including destination.
UserLoginBlock::trustedCallbacks function core/modules/user/src/Plugin/Block/UserLoginBlock.php Lists the trusted callbacks provided by the implementing class.
UserLoginBlock::__construct function core/modules/user/src/Plugin/Block/UserLoginBlock.php Constructs a new UserLoginBlock instance.
UserLoginForm class core/modules/user/src/Form/UserLoginForm.php Provides a user login form.
UserLoginForm.php file core/modules/user/src/Form/UserLoginForm.php
UserLoginForm::$flood property core/modules/user/src/Form/UserLoginForm.php The flood service.
UserLoginForm::$renderer property core/modules/user/src/Form/UserLoginForm.php The renderer.
UserLoginForm::$userAuth property core/modules/user/src/Form/UserLoginForm.php The user authentication object.
UserLoginForm::$userStorage property core/modules/user/src/Form/UserLoginForm.php The user storage.
UserLoginForm::buildForm function core/modules/user/src/Form/UserLoginForm.php Form constructor.
UserLoginForm::create function core/modules/user/src/Form/UserLoginForm.php Instantiates a new instance of this class.
UserLoginForm::getFormId function core/modules/user/src/Form/UserLoginForm.php Returns a unique string identifying the form.
UserLoginForm::submitForm function core/modules/user/src/Form/UserLoginForm.php Form submission handler.
UserLoginForm::validateAuthentication function core/modules/user/src/Form/UserLoginForm.php Checks supplied username/password against local users table.
UserLoginForm::validateFinal function core/modules/user/src/Form/UserLoginForm.php Checks if user was not authenticated, or if too many logins were attempted.
UserLoginForm::validateName function core/modules/user/src/Form/UserLoginForm.php Sets an error if supplied username has been blocked.
UserLoginForm::__construct function core/modules/user/src/Form/UserLoginForm.php Constructs a new UserLoginForm.
UserLoginHttpTest class core/modules/user/tests/src/Functional/UserLoginHttpTest.php Tests login and password reset via direct HTTP.
UserLoginHttpTest.php file core/modules/user/tests/src/Functional/UserLoginHttpTest.php
UserLoginHttpTest::$cookies property core/modules/user/tests/src/Functional/UserLoginHttpTest.php The cookie jar.
UserLoginHttpTest::$defaultTheme property core/modules/user/tests/src/Functional/UserLoginHttpTest.php The theme to install as the default for testing.
UserLoginHttpTest::$modules property core/modules/user/tests/src/Functional/UserLoginHttpTest.php Modules to install.
UserLoginHttpTest::$serializer property core/modules/user/tests/src/Functional/UserLoginHttpTest.php The serializer.
UserLoginHttpTest::assertHttpResponse function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Checks a response for status code and body.
UserLoginHttpTest::assertHttpResponseWithMessage function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Checks a response for status code and message.
UserLoginHttpTest::doTestLogin function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Do login testing for a given serialization format.
UserLoginHttpTest::doTestPasswordReset function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Do password reset testing for given format and account.
UserLoginHttpTest::getLoginStatusUrlString function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Gets the URL string for checking login.
UserLoginHttpTest::getResultValue function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Gets a value for a given key from the response.
UserLoginHttpTest::loginFromResetEmail function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Login from reset password email.
UserLoginHttpTest::loginRequest function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Executes a login HTTP request.
UserLoginHttpTest::logoutRequest function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Executes a logout HTTP request.

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