public function RouterInterface::getRouteCollection in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/routing/RouterInterface.php \Symfony\Component\Routing\RouterInterface::getRouteCollection()
Gets the RouteCollection instance associated with this Router.
Return value
RouteCollection A RouteCollection instance
4 methods override RouterInterface::getRouteCollection()
- AccessAwareRouter::getRouteCollection in core/
lib/ Drupal/ Core/ Routing/ AccessAwareRouter.php - Gets the RouteCollection instance associated with this Router.
- ChainRouter::getRouteCollection in vendor/
symfony-cmf/ routing/ ChainRouter.php - Gets the RouteCollection instance associated with this Router.
- DynamicRouter::getRouteCollection in vendor/
symfony-cmf/ routing/ DynamicRouter.php - Gets the RouteCollection instance associated with this Router.
- Router::getRouteCollection in vendor/
symfony/ routing/ Router.php - Gets the RouteCollection instance associated with this Router.
File
- vendor/
symfony/ routing/ RouterInterface.php, line 31
Class
- RouterInterface
- RouterInterface is the interface that all Router classes must implement.
Namespace
Symfony\Component\RoutingCode
public function getRouteCollection();