Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| 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[[api-linebreak]] @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::$extraCacheKeyParts | property | core/ |
An array of cache key parts to be used for the route match cache. |
| 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::$service | property | core/ |
The route provider service. |
| RouteProvider::$state | property | core/ |
The state. |
| 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::getRouteCollectionForRequest | function | core/ |
Finds routes that may potentially match the request. |
| RouteProvider::getRouteCollectionForRequest | function | core/ |
Finds routes that may potentially match the request. |
| RouteProvider::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
| RouteProvider::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
| 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/ |
Gets the total count of routes provided by the router. |
| RouteProvider::getRoutesPaged | function | core/ |
Returns a chunk of routes. |
| RouteProvider::getSubscribedEvents | function | core/ |
|
| RouteProvider::lazyLoadItself | function | core/ |
Loads the real route provider from the container and rebuilds the router. |
| RouteProvider::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
| RouteProvider::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
| RouteProvider::reset | function | core/ |
Resets the route provider object. |
| RouteProvider::reset | function | core/ |
Resets the route provider object. |
| RouteProvider::__construct | function | core/ |
Constructs a new PathMatcher. |
| RouteProviderInterface::getAllRoutes | function | core/ |
Returns all the routes on the system. |
| RouteProviderInterface::getRouteCollectionForRequest | function | core/ |
Finds routes that may potentially match the request. |
| RouteProviderInterface::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
| RouteProviderInterface::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
| RouteProviderInterface::reset | function | core/ |
Resets the route provider object. |
| RouteProviderLazyBuilder::getAllRoutes | function | core/ |
Returns all the routes on the system. |
| RouteProviderLazyBuilder::getRouteCollectionForRequest | function | core/ |
Finds routes that may potentially match the request. |
| RouteProviderLazyBuilder::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
Pagination
- Previous page
- Page 1072
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.