public function RouterInterface::getRouteCollection

Gets the RouteCollection instance associated with this Router.

Return value

RouteCollection A RouteCollection instance

1 method overrides RouterInterface::getRouteCollection()
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();