Extends the router provider interface
\Symfony\Cmf\Component\Routing
Name | Modifiers | Type | Description |
---|---|---|---|
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. |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Routing!RouteProviderInterface.php/interface/RouteProviderInterface/8.1.x