public function MatcherDumperInterface::getRoutes

Gets the routes to dump.

Return value

RouteCollection A RouteCollection instance

2 methods override MatcherDumperInterface::getRoutes()
MatcherDumper::getRoutes in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php
Gets the routes to dump.
MatcherDumper::getRoutes in drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php
Gets the routes to match.

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();