public function MatcherDumperInterface::getRoutes

Gets the routes to dump.

Return value

RouteCollection A RouteCollection instance

2 methods override MatcherDumperInterface::getRoutes()

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php, line 36

Class

MatcherDumperInterface
MatcherDumperInterface is the interface that all matcher dumper classes must implement.

Namespace

Symfony\Component\Routing\Matcher\Dumper

Code

public function getRoutes();