You are here

public function MatcherDumperInterface::getRoutes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php \Symfony\Component\Routing\Matcher\Dumper\MatcherDumperInterface::getRoutes()

Gets the routes to dump.

Return value

RouteCollection A RouteCollection instance

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

File

vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php, line 38

Class

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

Namespace

Symfony\Component\Routing\Matcher\Dumper

Code

public function getRoutes();