Extends the router provider interface to pre-load routes.
Hierarchy
- interface \Symfony\Cmf\Component\Routing\RouteProviderInterface
- interface \Drupal\Core\Routing\RouteProviderInterface
- interface \Drupal\Core\Routing\PreloadableRouteProviderInterface
- interface \Drupal\Core\Routing\RouteProviderInterface
File
- core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php, line 8
Namespace
Drupal\Core\Routing
Members
Name | Modifiers | Type | Description |
---|---|---|---|
PreloadableRouteProviderInterface::preLoadRoutes | public | function | Pre-load routes by their names using the provided list of names. |
RouteProviderInterface::getAllRoutes | public | function | Returns all the routes on the system. |
RouteProviderInterface::getRouteByName | public | function | Find the route using the provided route name. |
RouteProviderInterface::getRouteCollectionForRequest | public | function | Finds routes that may potentially match the request. |
RouteProviderInterface::getRoutesByNames | public | function | Find many routes by their names using the provided list of names. |
RouteProviderInterface::getRoutesByPattern | public | function | Get all routes which match a certain pattern. |
RouteProviderInterface::reset | public | function | Resets the route provider object. |
Please login to continue.