You are here

46 string references to YAML keys in user.routing.yml in Drupal 9

AccessDeniedSubscriber::onException in core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php
Redirects users when access is denied.
BigPipeTest::testNoJsDetection in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
Tests BigPipe's no-JS detection.
DynamicMenuLinkMock::getRouteName in core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php
Returns the route name, if available.
EngineTwigTest::testTwigLinkGenerator in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
Tests the link_generator Twig functions.
EngineTwigTest::testTwigUrlGenerator in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
Tests the url and url_generate Twig functions.
ForumController::buildActionLinks in core/modules/forum/src/Controller/ForumController.php
Generates an action link to display at the top of the forum listing.
LoginLogoutMenuLink::getRouteName in core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php
Returns the route name, if available.
MenuForm::buildOverviewTreeForm in core/modules/menu_ui/src/MenuForm.php
Recursive helper function for buildOverviewForm().
MenuLinksTest::testMenuLinkOnEntityDelete in core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
Tests that menu link pointing to entities get removed on entity remove.
MenuUiTest::getStandardMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Returns standard menu link.
ModulesListForm::buildRow in core/modules/system/src/Form/ModulesListForm.php
Builds a table row for the system modules page.
RoleForm::save in core/modules/user/src/RoleForm.php
Form submission handler for the 'save' action.
RouteTest::providerTestRoute in core/modules/migrate/tests/src/Kernel/process/RouteTest.php
Data provider for testRoute().
ShortcutTranslationUITest::doTestBasicTranslation in core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php
Tests the basic translation workflow.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
Verifies site maintenance mode functionality.
system_get_module_admin_tasks in core/modules/system/system.module
Generate a list of tasks offered by a specified module.
ThemeTest::testFrontPageThemeSuggestion in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Ensure page-front template suggestion is added when on front page.
ThemeTestSubscriber::onRequest in core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php
Generates themed output early in a page request.
ToolbarLinkBuilder::renderToolbarLinks in core/modules/user/src/ToolbarLinkBuilder.php
Lazy builder callback for rendering toolbar links.
TwigThemeTestController::linkGeneratorRender in core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php
Renders for testing link_generator functions in a Twig template.
TwigThemeTestController::urlToStringRender in core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php
Renders a URL to a string.
UiHelperTrait::drupalLogin in core/tests/Drupal/Tests/UiHelperTrait.php
Logs in a user using the Mink controlled browser.
UiHelperTrait::drupalLogout in core/tests/Drupal/Tests/UiHelperTrait.php
Logs a user out of the Mink controlled browser and confirms.
UrlAlterFunctionalTest::testUrlAlter in core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php
Tests that URL altering works and that it occurs in the correct order.
UrlAlterTest::testUrlWithQueryString in core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php
UserAccountLinksTest::testAccountPageTitles in core/modules/user/tests/src/Functional/UserAccountLinksTest.php
Tests page title is set correctly on user account tabs.
UserAuthenticationController::login in core/modules/user/src/Controller/UserAuthenticationController.php
Logs in a user.
UserBlocksTest::testUserLoginBlock in core/modules/user/tests/src/Functional/UserBlocksTest.php
Tests the user login block.
UserController::resetPass in core/modules/user/src/Controller/UserController.php
Redirects to the user password reset form.
UserController::resetPassLogin in core/modules/user/src/Controller/UserController.php
Validates user, hash, and timestamp; logs the user in if correct.
UserLocalTasksTest::getUserAdminRoutes in core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php
Provides a list of routes to test.
UserLocalTasksTest::getUserLoginRoutes in core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php
Provides a list of routes to test.
UserLocalTasksTest::testUserLoginLocalTasks in core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php
Checks user listing local tasks.
UserLoginBlock::blockAccess in core/modules/user/src/Plugin/Block/UserLoginBlock.php
Indicates whether the block should be shown.
UserLoginBlock::build in core/modules/user/src/Plugin/Block/UserLoginBlock.php
Builds and returns the renderable array for this block plugin.
UserLoginHttpTest::getLoginStatusUrlString in core/modules/user/tests/src/Functional/UserLoginHttpTest.php
Gets the URL string for checking login.
UserLoginTest::testCookiesNotAccepted in core/modules/user/tests/src/Functional/UserLoginTest.php
Tests with a browser that denies cookies.
UserMultipleCancelConfirm::buildForm in core/modules/user/src/Form/UserMultipleCancelConfirm.php
Form constructor.
UserMultipleCancelConfirm::getCancelUrl in core/modules/user/src/Form/UserMultipleCancelConfirm.php
Returns the route to go to if the user cancels the action.
UserMultipleCancelConfirm::submitForm in core/modules/user/src/Form/UserMultipleCancelConfirm.php
Form submission handler.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests password reset functionality.
UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm in core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php
Tests password reset functionality with an AJAX form.
UserRouteAlterSubscriber::onRoutingAlterAddFormats in core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php
Adds supported formats to the user authentication HTTP routes.
user_help in core/modules/user/user.module
Implements hook_help().
user_toolbar in core/modules/user/user.module
Implements hook_toolbar().
ViewsMenuLinkTest::testMenuLinkOverrides in core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php
Tests views internal menu link options.