Search for Id
Title | Object type | File name | Summary |
---|---|---|---|
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::getQueryParametersCacheIdPart | function | core/ |
Returns the query parameters identifier for the route collection cache. |
RouteProvider::getRouteByName | function | core/ |
Find the route using the provided route name. |
RouteProvider::getRouteByName | function | core/ |
Find the route using the provided route name. |
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/ |
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::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::routeProviderRouteCompare | function | core/ |
|
RouteProvider::routeProviderRouteCompare | function | core/ |
Comparison function for usort on routes. |
RouteProvider::ROUTE_LOAD_CID_PREFIX | constant | core/ |
Cache ID prefix used to load routes. |
RouteProvider::__construct | function | core/ |
Constructs a new PathMatcher. |
RouteProviderInterface | interface | core/ |
Defines the route provider interface. |
RouteProviderInterface.php | file | core/ |
|
RouteProviderInterface::getAllRoutes | function | core/ |
Returns all the routes on the system. |
RouteProviderInterface::getRouteByName | function | core/ |
Find the route using the provided route name. |
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 | class | core/ |
A Route Provider front-end for all Drupal-stored routes. |
RouteProviderLazyBuilder.php | file | core/ |
|
RouteProviderLazyBuilder::$rebuilding | property | core/ |
Flag to determine if router is currently being rebuilt. |
RouteProviderLazyBuilder::$rebuilt | property | core/ |
Flag to determine if the router has been rebuilt. |
RouteProviderLazyBuilder::$routeBuilder | property | core/ |
The route building service. |
RouteProviderLazyBuilder::$routeProvider | property | core/ |
The route provider service. |
RouteProviderLazyBuilder::getAllRoutes | function | core/ |
Returns all the routes on the system. |
RouteProviderLazyBuilder::getRouteByName | function | core/ |
Find the route using the provided route name. |
RouteProviderLazyBuilder::getRouteCollectionForRequest | function | core/ |
Finds routes that may potentially match the request. |
RouteProviderLazyBuilder::getRouteProvider | function | core/ |
Gets the real route provider service and rebuilds the router id necessary. |
RouteProviderLazyBuilder::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
RouteProviderLazyBuilder::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
RouteProviderLazyBuilder::getSubscribedEvents | function | core/ |
|
RouteProviderLazyBuilder::hasRebuilt | function | core/ |
Determines if the router has been rebuilt. |
RouteProviderLazyBuilder::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
RouteProviderLazyBuilder::reset | function | core/ |
Resets the route provider object. |
Pagination
- Previous page
- Page 147
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.