| MenuLinksetRoutes::__construct |
function |
core/modules/system/src/Routing/MenuLinksetRoutes.php |
EventSubscriber constructor. |
| MenuLinkTree::getCurrentRouteMenuTreeParameters |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Gets the link tree parameters for rendering a specific menu. |
| MenuLinkTreeInterface::getCurrentRouteMenuTreeParameters |
function |
core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php |
Gets the link tree parameters for rendering a specific menu. |
| MenuRouterRebuildSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
Rebuilds the default menu links and runs menu-specific code if necessary. |
| MenuRouterRebuildSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
|
| MenuRouterRebuildSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
|
| MenuRouterRebuildSubscriber::menuLinksRebuild |
function |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
Perform menu-specific rebuilding. |
| MenuRouterRebuildSubscriber::onRouterRebuild |
function |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
Rebuilds the menu links and deletes the local_task cache tag. |
| MenuRouterRebuildSubscriber::__construct |
function |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
Constructs the MenuRouterRebuildSubscriber object. |
| MenuRouterTest |
class |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests menu router and default menu link functionality. |
| MenuRouterTest.php |
file |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
|
| MenuRouterTest::$adminTheme |
property |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Name of the administrative theme to use for tests. |
| MenuRouterTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
The theme to install as the default for testing. |
| MenuRouterTest::$modules |
property |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Modules to install. |
| MenuRouterTest::doTestDescriptionMenuItems |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests menu item descriptions. |
| MenuRouterTest::doTestExoticPath |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests path containing "exotic" characters. |
| MenuRouterTest::doTestHookMenuIntegration |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests local tasks with route placeholders. |
| MenuRouterTest::doTestMenuHierarchy |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests for menu hierarchy. |
| MenuRouterTest::doTestMenuLinksDiscoveredAlter |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests menu links added in hook_menu_links_discovered_alter(). |
| MenuRouterTest::doTestMenuName |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests for menu_name parameter for default menu links. |
| MenuRouterTest::doTestMenuOnRoute |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests a menu on a router page. |
| MenuRouterTest::doTestMenuOptionalPlaceholders |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests menu links that have optional placeholders. |
| MenuRouterTest::doTestThemeCallbackAdministrative |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests theme negotiation for an administrative theme. |
| MenuRouterTest::doTestThemeCallbackFakeTheme |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests the theme negotiation when it is set to use a theme that does not exist. |
| MenuRouterTest::doTestThemeCallbackMaintenanceMode |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests the theme negotiation when the site is in maintenance mode. |
| MenuRouterTest::doTestThemeCallbackNoThemeRequested |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests the theme negotiation when no theme is requested. |
| MenuRouterTest::doTestThemeCallbackOptionalTheme |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests the theme negotiation when it is set to use an optional theme. |
| MenuRouterTest::doTestTitleCallbackFalse |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests title callback set to FALSE. |
| MenuRouterTest::doTestTitleMenuCallback |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests page title of MENU_CALLBACKs. |
| MenuRouterTest::setUp |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
|
| 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. |
| MenuRouterTest::testMenuIntegration |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests menu integration. |
| MenuRouterTest::testThemeIntegration |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests theme integration. |
| MenuTestController::$routeMatch |
property |
core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php |
The active route match. |
| MenuTreeStorage::collectRoutesAndDefinitions |
function |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php |
Traverses the menu tree and collects all the route names and definitions. |
| MenuTreeStorage::doCollectRoutesAndDefinitions |
function |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php |
Collects all the route names and definitions. |
| MenuTreeStorage::loadByRoute |
function |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php |
Loads multiple plugin definitions from the storage based on route. |
| MenuTreeStorageInterface::loadByRoute |
function |
core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php |
Loads multiple plugin definitions from the storage based on route. |
| menu_link_content_dynamic_route.info.yml |
file |
core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml |
core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml |
| menu_link_content_dynamic_route.routing.yml |
file |
core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.routing.yml |
core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.routing.yml |
| MetadataBubblingUrlGenerator::generateFromRoute |
function |
core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php |
Generates a URL or path for a specific route based on the given parameters. |
| MetadataBubblingUrlGenerator::getPathFromRoute |
function |
core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php |
Gets the internal path (system path) for a route. |
| MethodFilterTest::testMethodNotAllowedExceptionWithMultipleRoutes |
function |
core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php |
Tests method not allowed exception with multiple routes. |
| MethodFilterTest::testWithAllowedMethodAndMultipleMatchingRoutes |
function |
core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php |
Tests with allowed method and multiple matching routes. |
| MethodRouteCondition |
class |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
Test class. |
| MethodRouteCondition::attributeMethod |
function |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
#[Route('/test_method_attribute', 'MethodRouteCondition', condition: "context.getMethod() == 'GET'")] |
| MethodRouteLocale |
class |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
Test class. |
| MethodRouteLocale::attributeMethod |
function |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
#[Route('/test_method_attribute', 'MethodRouteLocale', locale: 'de')] |
| MethodRouteLocalizedPaths |
class |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
Test class. |