Search for route
- Search 7.x for route
- Search 9.5.x for route
- Search 8.9.x for route
- Search 10.3.x for route
- Search 11.x for route
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Route | class | core/ |
Sets the destination route information based on the source link_path. |
| Route | class | core/ |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| MenuRouterTest | class | core/ |
Tests menu router and default menu link functionality. |
| MenuRouterTest.php | file | core/ |
|
| MenuRouterTest::$adminTheme | property | core/ |
Name of the administrative theme to use for tests. |
| MenuRouterTest::$defaultTheme | property | core/ |
|
| MenuRouterTest::$modules | property | core/ |
|
| MenuRouterTest::doTestDescriptionMenuItems | function | core/ |
Tests menu item descriptions. |
| MenuRouterTest::doTestExoticPath | function | core/ |
Tests path containing "exotic" characters. |
| MenuRouterTest::doTestHookMenuIntegration | function | core/ |
Tests local tasks with route placeholders. |
| MenuRouterTest::doTestMenuHierarchy | function | core/ |
Tests for menu hierarchy. |
| MenuRouterTest::doTestMenuLinksDiscoveredAlter | function | core/ |
Tests menu links added in hook_menu_links_discovered_alter(). |
| MenuRouterTest::doTestMenuName | function | core/ |
Tests for menu_name parameter for default menu links. |
| MenuRouterTest::doTestMenuOnRoute | function | core/ |
Tests a menu on a router page. |
| MenuRouterTest::doTestMenuOptionalPlaceholders | function | core/ |
Tests menu links that have optional placeholders. |
| MenuRouterTest::doTestThemeCallbackAdministrative | function | core/ |
Tests theme negotiation for an administrative theme. |
| MenuRouterTest::doTestThemeCallbackFakeTheme | function | core/ |
Tests the theme negotiation when it is set to use a theme that does not exist. |
| MenuRouterTest::doTestThemeCallbackMaintenanceMode | function | core/ |
Tests the theme negotiation when the site is in maintenance mode. |
| MenuRouterTest::doTestThemeCallbackNoThemeRequested | function | core/ |
Tests the theme negotiation when no theme is requested. |
| MenuRouterTest::doTestThemeCallbackOptionalTheme | function | core/ |
Tests the theme negotiation when it is set to use an optional theme. |
| MenuRouterTest::doTestTitleCallbackFalse | function | core/ |
Tests title callback set to FALSE. |
| MenuRouterTest::doTestTitleMenuCallback | function | core/ |
Tests page title of MENU_CALLBACKs. |
| MenuRouterTest::setUp | function | core/ |
|
| MenuRouterTest::testAuthUserUserLogin | function | core/ |
Tests authenticated user login redirects. |
| MenuRouterTest::testMaintenanceModeLoginPaths | function | core/ |
Make sure the maintenance mode can be bypassed using an EventSubscriber. |
| MenuRouterTest::testMenuIntegration | function | core/ |
Tests menu integration. |
| MenuRouterTest::testThemeIntegration | function | core/ |
Tests theme integration. |
| MenuTestController::$routeMatch | property | core/ |
The active route match. |
| MenuTreeStorage::collectRoutesAndDefinitions | function | core/ |
Traverses the menu tree and collects all the route names and definitions. |
| MenuTreeStorage::doCollectRoutesAndDefinitions | function | core/ |
Collects all the route names and definitions. |
| MenuTreeStorage::loadByRoute | function | core/ |
|
| MenuTreeStorageInterface::loadByRoute | function | core/ |
Loads multiple plugin definitions from the storage based on route. |
| menu_link_content_dynamic_route.info.yml | file | core/ |
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/ |
core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.routing.yml |
| MetadataBubblingUrlGenerator::generateFromRoute | function | core/ |
|
| MetadataBubblingUrlGenerator::getPathFromRoute | function | core/ |
|
| MetadataBubblingUrlGeneratorTest::setUpMockRouteProcessorManager | function | core/ |
|
| MethodFilterTest::testMethodNotAllowedExceptionWithMultipleRoutes | function | core/ |
Tests method not allowed exception with multiple routes. |
| MethodFilterTest::testWithAllowedMethodAndMultipleMatchingRoutes | function | core/ |
Tests with allowed method and multiple matching routes. |
| MethodRouteCondition | class | core/ |
Test class. |
| MethodRouteCondition::attributeMethod | function | core/ |
#[Route('/test_method_attribute', 'MethodRouteCondition', condition: "context.getMethod() == 'GET'")] |
| MethodRouteLocale | class | core/ |
Test class. |
| MethodRouteLocale::attributeMethod | function | core/ |
#[Route('/test_method_attribute', 'MethodRouteLocale', locale: 'de')] |
| MethodRouteLocalizedPaths | class | core/ |
Test class. |
| MethodRouteLocalizedPaths::attributeMethod | function | core/ |
#[Route([ 'de' => '/test_method_attribute', ], 'MethodRouteLocalizedPaths')] |
| MethodRouteMissingName | class | core/ |
Test class. |
| MethodRouteMissingName::attributeMethod | function | core/ |
#[Route('/test_method_attribute')] |
| MigrateDrupalUiRouteSubscriber | class | core/ |
Sets the controller for Migrate Message route. |
| MigrateDrupalUiRouteSubscriber.php | file | core/ |
|
| MigrateDrupalUiRouteSubscriber::alterRoutes | function | core/ |
Alters existing routes for a specific collection. |
| migrate_drupal_ui.route_subscriber | service | core/ |
Drupal\migrate_drupal_ui\Routing\MigrateDrupalUiRouteSubscriber |
| MockController::getControllerWithRequestAndRouteMatch | function | core/ |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.