Search for route
- Search 7.x for route
- Search 9.5.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 |
---|---|---|---|
RouteProcessorCurrentIntegrationTest::setUp | function | core/ |
|
RouteProcessorCurrentIntegrationTest::testProcessOutbound | function | core/ |
Tests the output process. |
RouteProcessorManager | class | core/ |
Route processor manager. |
RouteProcessorManager.php | file | core/ |
|
RouteProcessorManager::$outboundProcessors | property | core/ |
Holds the array of outbound processors to cycle through. |
RouteProcessorManager::$sortedOutbound | property | core/ |
Holds the array of outbound processors, sorted by priority. |
RouteProcessorManager::addOutbound | function | core/ |
Adds an outbound processor object to the $outboundProcessors property. |
RouteProcessorManager::getOutbound | function | core/ |
Returns the sorted array of outbound processors. |
RouteProcessorManager::processOutbound | function | core/ |
Processes the outbound route. |
RouteProcessorManager::sortProcessors | function | core/ |
Sorts the processors according to priority. |
RouteProcessorManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\RouteProcessor\RouteProcessorManager @group RouteProcessor |
RouteProcessorManagerTest.php | file | core/ |
|
RouteProcessorManagerTest::$processorManager | property | core/ |
The route processor manager. |
RouteProcessorManagerTest::getMockProcessor | function | core/ |
Returns a mock Route processor object. |
RouteProcessorManagerTest::setUp | function | core/ |
|
RouteProcessorManagerTest::testRouteProcessorManager | function | core/ |
Tests the Route process manager functionality. |
RouteProvider | class | core/ |
A Route Provider front-end for all Drupal-stored routes. |
RouteProvider | class | core/ |
Rebuilds the router when the provider is instantiated. |
RouteProvider | class | core/ |
Rebuilds the router when the provider is instantiated. |
RouteProvider.php | file | core/ |
|
RouteProvider.php | file | core/ |
|
RouteProvider.php | file | core/ |
|
RouteProvider::$cache | property | core/ |
The cache backend. |
RouteProvider::$cacheTagInvalidator | property | core/ |
The cache tag invalidator. |
RouteProvider::$connection | property | core/ |
The database connection from which to read route information. |
RouteProvider::$currentPath | property | core/ |
The current path. |
RouteProvider::$extraCacheKeyParts | property | core/ |
An array of cache key parts to be used for the route match cache. |
RouteProvider::$languageManager | property | core/ |
The language manager. |
RouteProvider::$pathProcessor | property | core/ |
A path processor manager for resolving the system path. |
RouteProvider::$routes | property | core/ |
A cache of already-loaded routes, keyed by route name. |
RouteProvider::$serializedRoutes | property | core/ |
A cache of already-loaded serialized routes, keyed by route name. |
RouteProvider::$state | property | core/ |
The state. |
RouteProvider::$tableName | property | core/ |
The name of the SQL table from which to read the routes. |
RouteProvider::addExtraCacheKeyPart | function | core/ |
Adds a cache key part to be used in the cache ID of the route collection. |
RouteProvider::getAllRoutes | function | core/ |
Returns all the routes on the system. |
RouteProvider::getAllRoutes | function | core/ |
Returns all the routes on the system. |
RouteProvider::getCandidateOutlines | function | core/ |
|
RouteProvider::getCandidateOutlines | function | core/ |
Returns an array of path pattern outlines that could match the path parts. |
RouteProvider::getCurrentLanguageCacheIdPart | function | core/ |
Returns the language identifier for the route collection cache. |
RouteProvider::getRouteByName | function | core/ |
Find the route using the provided route name. |
RouteProvider::getRouteByName | function | core/ |
|
RouteProvider::getRouteCollectionCacheId | function | core/ |
Returns the cache ID for the route collection cache. |
RouteProvider::getRouteCollectionForRequest | function | core/ |
Finds routes that may potentially match the request. |
RouteProvider::getRouteCollectionForRequest | function | core/ |
|
RouteProvider::getRoutesByNames | function | core/ |
|
RouteProvider::getRoutesByNames | function | core/ |
|
RouteProvider::getRoutesByPath | function | core/ |
Get all routes which match a certain pattern. |
RouteProvider::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
RouteProvider::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
RouteProvider::getRoutesCount | function | core/ |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.