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
- 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 |
|---|---|---|---|
| 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. |
| ModuleConfigureRouteTest::setUp | function | core/ |
|
| ModuleConfigureRouteTest::testDeprecatedModuleConfigureRoutes | function | core/ |
Tests if the module with lifecycle deprecated configure routes exists. |
| ModuleConfigureRouteTest::testModuleConfigureRoutes | function | core/ |
Tests if the module configure routes exists. |
| ModuleInstallerTest::testRouteRebuild | function | core/ |
Tests that routes are rebuilt during install and uninstall of modules. |
| ModuleRouteSubscriber | class | core/ |
A route subscriber to remove routes that depend on modules being enabled. |
| ModuleRouteSubscriber.php | file | core/ |
|
| ModuleRouteSubscriber::$moduleHandler | property | core/ |
The module handler. |
| ModuleRouteSubscriber::alterRoutes | function | core/ |
Alters existing routes for a specific collection. |
| ModuleRouteSubscriber::explodeString | function | core/ |
Explodes a string based on a separator. |
| ModuleRouteSubscriber::__construct | function | core/ |
Constructs a ModuleRouteSubscriber object. |
| ModuleRouteSubscriberTest | class | core/ |
Tests Drupal\Core\EventSubscriber\ModuleRouteSubscriber. |
| ModuleRouteSubscriberTest.php | file | core/ |
|
| ModuleRouteSubscriberTest::$moduleHandler | property | core/ |
The mock module handler. |
| ModuleRouteSubscriberTest::providerTestRemoveRoute | function | core/ |
Data provider for testRemoveRoute(). |
| ModuleRouteSubscriberTest::setUp | function | core/ |
|
| ModuleRouteSubscriberTest::testRemoveRoute | function | core/ |
Tests that removeRoute() removes routes when the module is not enabled. |
| navigation.entity_route_helper | service | core/ |
Drupal\navigation\EntityRouteHelper |
| NavigationEntityRouteHelperTest | class | core/ |
Tests \Drupal\navigation\EntityRouteHelper. |
| NavigationEntityRouteHelperTest.php | file | core/ |
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.