public function RouterInterface::getRouteCollection

Gets the RouteCollection instance associated with this Router.

Return value

RouteCollection A RouteCollection instance

3 methods override RouterInterface::getRouteCollection()
ChainRouter::getRouteCollection in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php
Gets the RouteCollection instance associated with this Router.
DynamicRouter::getRouteCollection in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php
Not implemented.
Router::getRouteCollection in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php
Gets the RouteCollection instance associated with this Router.

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouterInterface.php, line 31

Class

RouterInterface
RouterInterface is the interface that all Router classes must implement.

Namespace

Symfony\Component\Routing

Code

public function getRouteCollection();