Search for route

  1. Search 7.x for route
  2. Search 9.5.x for route
  3. Search 8.9.x for route
  4. Search 10.3.x for route
  5. Search main for route
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Route class core/modules/migrate/src/Plugin/migrate/process/Route.php Sets the destination route information based on the source link_path.
Route class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php

All search results

Title Object type File name Summary
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.
MethodRouteLocalizedPaths::attributeMethod function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php #[Route([
'de' => '/test_method_attribute',
], 'MethodRouteLocalizedPaths')]
MethodRouteMissingName class core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php Test class.
MethodRouteMissingName::attributeMethod function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php #[Route('/test_method_attribute')]
MigrateDrupalUiRouteSubscriber class core/modules/migrate_drupal_ui/src/Routing/MigrateDrupalUiRouteSubscriber.php Sets the controller for Migrate Message route.
MigrateDrupalUiRouteSubscriber.php file core/modules/migrate_drupal_ui/src/Routing/MigrateDrupalUiRouteSubscriber.php
MigrateDrupalUiRouteSubscriber::alterRoutes function core/modules/migrate_drupal_ui/src/Routing/MigrateDrupalUiRouteSubscriber.php Alters existing routes for a specific collection.
migrate_drupal_ui.route_subscriber service core/modules/migrate_drupal_ui/migrate_drupal_ui.services.yml Drupal\migrate_drupal_ui\Routing\MigrateDrupalUiRouteSubscriber
MockController::getControllerWithRequestAndRouteMatch function core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php
MockControllerPsr7::getControllerWithRequestAndRouteMatch function core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php
MockRouteProvider class core/modules/system/src/Tests/Routing/MockRouteProvider.php Easily configurable mock route provider.
MockRouteProvider.php file core/modules/system/src/Tests/Routing/MockRouteProvider.php
MockRouteProvider::$routes property core/modules/system/src/Tests/Routing/MockRouteProvider.php A collection of routes for this route provider.
MockRouteProvider::getAllRoutes function core/modules/system/src/Tests/Routing/MockRouteProvider.php Returns all the routes on the system.
MockRouteProvider::getRouteAliases function core/modules/system/src/Tests/Routing/MockRouteProvider.php Gets aliases for a route name.
MockRouteProvider::getRouteByName function core/modules/system/src/Tests/Routing/MockRouteProvider.php Find the route using the provided route name.
MockRouteProvider::getRouteCollectionForRequest function core/modules/system/src/Tests/Routing/MockRouteProvider.php Implements \Drupal\Core\Routing\RouteProviderInterface::getRouteCollectionForRequest().
MockRouteProvider::getRoutesByNames function core/modules/system/src/Tests/Routing/MockRouteProvider.php Find many routes by their names using the provided list of names.
MockRouteProvider::getRoutesByPattern function core/modules/system/src/Tests/Routing/MockRouteProvider.php Get all routes which match a certain pattern.
MockRouteProvider::preLoadRoutes function core/modules/system/src/Tests/Routing/MockRouteProvider.php
MockRouteProvider::reset function core/modules/system/src/Tests/Routing/MockRouteProvider.php Resets the route provider object.
MockRouteProvider::__construct function core/modules/system/src/Tests/Routing/MockRouteProvider.php Constructs a new MockRouteProvider.
MockRouterInterface interface core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Interface used in the mocking process of this test.
MockRouterInterface::add function core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Function used in the mocking process of this test.
ModuleConfigureRouteTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php Tests the configure route for core modules.
ModuleConfigureRouteTest.php file core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php
ModuleConfigureRouteTest::$moduleInfo property core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php An array of module info.
ModuleConfigureRouteTest::$modules property core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php Modules to install.
ModuleConfigureRouteTest::$routeProvider property core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php The route provider.
ModuleConfigureRouteTest::assertModuleConfigureRoutesExist function core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php Asserts the configure routes of a module exist.
ModuleConfigureRouteTest::doTestDeprecatedModuleConfigureRoutes function core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php Check the configure route for a single module.
ModuleConfigureRouteTest::doTestModuleConfigureRoutes function core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php Checks the configure route for a single module.

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