Search for login

  1. Search 7.x for login
  2. Search 8.9.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
access_check.user.login_status service core/modules/user/user.services.yml Drupal\user\Access\LoginStatusCheck
BasicAuthTest::testGlobalLoginFloodControl function core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php Tests the global login flood control.
BasicAuthTest::testPerUserLoginFloodControl function core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php Tests the per-user login flood control.
DemoUmamiProfileTest::drupalLoginWithPassword function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Logs in a user using the Mink controlled browser using a password.
hook_user_login function core/modules/user/user.api.php The user just logged in.
LayoutBuilderQuickEditTest::loginLayoutAdmin function core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php Login the Layout admin user for the test.
LoginLogoutMenuLink class core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php A menu link that shows "Log in" or "Log out" as appropriate.
LoginLogoutMenuLink.php file core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php
LoginLogoutMenuLink::$currentUser property core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php The current user.
LoginLogoutMenuLink::create function core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php Creates an instance of the plugin.
LoginLogoutMenuLink::getCacheContexts function core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php The cache contexts associated with this object.
LoginLogoutMenuLink::getRouteName function core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php Returns the route name, if available.
LoginLogoutMenuLink::getTitle function core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php Returns the localized title to be shown for this link.
LoginLogoutMenuLink::__construct function core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php Constructs a new LoginLogoutMenuLink.
LoginStatusCheck class core/modules/user/src/Access/LoginStatusCheck.php Determines access to routes based on login status of current user.
LoginStatusCheck.php file core/modules/user/src/Access/LoginStatusCheck.php
LoginStatusCheck::access function core/modules/user/src/Access/LoginStatusCheck.php Checks access.
MenuRouterTest::testAuthUserUserLogin function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests authenticated user login redirects.
MenuRouterTest::testMaintenanceModeLoginPaths function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Make sure the maintenance mode can be bypassed using an EventSubscriber.
MigrateUpgradeTestBase::assertUserLogIn function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Asserts that a migrated user can login.
MockUserLoginBlock class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php Mock implementation of a login block plugin used by Plugin API unit tests.
MockUserLoginBlock.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php
MockUserLoginBlock::$title property core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php The title to display when rendering this block instance.
MockUserLoginBlock::getTitle function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php
MockUserLoginBlock::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php Constructs a \Drupal\Component\Plugin\PluginBase object.
QuickStartTestBase::formLogin function core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php Helper that uses Drupal's user/login form to log in.
RevisionLogInterface interface core/lib/Drupal/Core/Entity/RevisionLogInterface.php Defines methods for an entity that supports revision logging and ownership.
RevisionLogInterface.php file core/lib/Drupal/Core/Entity/RevisionLogInterface.php
RevisionLogInterface::getRevisionCreationTime function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Gets the entity revision creation timestamp.
RevisionLogInterface::getRevisionLogMessage function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Returns the entity revision log message.
RevisionLogInterface::getRevisionUser function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Gets the entity revision author.
RevisionLogInterface::getRevisionUserId function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Gets the entity revision author ID.
RevisionLogInterface::setRevisionCreationTime function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Sets the entity revision creation timestamp.
RevisionLogInterface::setRevisionLogMessage function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Sets the entity revision log message.
RevisionLogInterface::setRevisionUser function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Sets the entity revision author.
RevisionLogInterface::setRevisionUserId function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Sets the entity revision author by ID.
ServerCommand::getOneTimeLoginUrl function core/lib/Drupal/Core/Command/ServerCommand.php Gets a one time login URL for user 1.
SessionHttpsTest::getUserLoginFormBuildId function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Gets the form build ID for the user login form.
SessionHttpsTest::loginHttp function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Log in a user via HTTP.
SessionHttpsTest::loginHttps function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Log in a user via HTTPS.
SessionTest::testSessionPersistenceOnLogin function core/modules/system/tests/src/Functional/Session/SessionTest.php Tests storing data in Session() object.
session_test_user_login function core/modules/system/tests/modules/session_test/session_test.module Implements hook_user_login().
SynchronizeCsrfTokenSeedTrait::drupalLogin function core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php
TabbableShimDialogIntegrationTestController class core/modules/system/tests/modules/tabbable_shim_test/src/Controller/TabbableShimDialogIntegrationTestController.php For testing the jQuery :tabbable shim as used in a dialog.
TabbableShimDialogIntegrationTestController.php file core/modules/system/tests/modules/tabbable_shim_test/src/Controller/TabbableShimDialogIntegrationTestController.php
TabbableShimDialogIntegrationTestController::build function core/modules/system/tests/modules/tabbable_shim_test/src/Controller/TabbableShimDialogIntegrationTestController.php Provides a page with the jQuery UI dialog library for testing .
TestControllers::testLogin function core/modules/system/tests/modules/menu_test/src/TestControllers.php Returns page to be used as a login path.
TestSiteApplicationTest::testUserLogin function core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php @coversNothing
TestSiteUserLoginCommand class core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php Command to generate a login link for the test site.
TestSiteUserLoginCommand.php file core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php

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