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 main 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::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/ |
Loads multiple plugin definitions from the storage based on route. |
| 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/ |
Generates a URL or path for a specific route based on the given parameters. |
| MetadataBubblingUrlGenerator::getPathFromRoute | function | core/ |
Gets the internal path (system path) for a route. |
| 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/ |
|
| MockControllerPsr7::getControllerWithRequestAndRouteMatch | function | core/ |
|
| MockRouteProvider | class | core/ |
Easily configurable mock route provider. |
| MockRouteProvider.php | file | core/ |
|
| MockRouteProvider::$routes | property | core/ |
A collection of routes for this route provider. |
| MockRouteProvider::getAllRoutes | function | core/ |
Returns all the routes on the system. |
| MockRouteProvider::getRouteAliases | function | core/ |
Gets aliases for a route name. |
| MockRouteProvider::getRouteByName | function | core/ |
Find the route using the provided route name. |
| MockRouteProvider::getRouteCollectionForRequest | function | core/ |
Implements \Drupal\Core\Routing\RouteProviderInterface::getRouteCollectionForRequest(). |
| MockRouteProvider::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
| MockRouteProvider::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
| MockRouteProvider::preLoadRoutes | function | core/ |
|
| MockRouteProvider::reset | function | core/ |
Resets the route provider object. |
| MockRouteProvider::__construct | function | core/ |
Constructs a new MockRouteProvider. |
| MockRouterInterface | interface | core/ |
Interface used in the mocking process of this test. |
| MockRouterInterface::add | function | core/ |
Function used in the mocking process of this test. |
| ModuleConfigureRouteTest | class | core/ |
Tests the configure route for core modules. |
| ModuleConfigureRouteTest.php | file | core/ |
|
| ModuleConfigureRouteTest::$moduleInfo | property | core/ |
An array of module info. |
| ModuleConfigureRouteTest::$modules | property | core/ |
Modules to install. |
| ModuleConfigureRouteTest::$routeProvider | property | core/ |
The route provider. |
| ModuleConfigureRouteTest::assertModuleConfigureRoutesExist | function | core/ |
Asserts the configure routes of a module exist. |
| ModuleConfigureRouteTest::doTestDeprecatedModuleConfigureRoutes | function | core/ |
Check the configure route for a single module. |
| ModuleConfigureRouteTest::doTestModuleConfigureRoutes | function | core/ |
Checks the configure route for a single module. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.