function MatcherDumperInterface::getRoutes
Gets the routes to dump.
4 methods override MatcherDumperInterface::getRoutes()
- MatcherDumper::getRoutes in core/
lib/ Drupal/ Core/ Routing/ MatcherDumper.php - Gets the routes to match.
- 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.
- NullMatcherDumper::getRoutes in core/
lib/ Drupal/ Core/ Routing/ NullMatcherDumper.php - Gets the routes to match.
File
-
vendor/
symfony/ routing/ Matcher/ Dumper/ MatcherDumperInterface.php, line 32
Class
- MatcherDumperInterface
- MatcherDumperInterface is the interface that all matcher dumper classes must implement.
Namespace
Symfony\Component\Routing\Matcher\DumperCode
public function getRoutes() : RouteCollection;