function MatcherDumper::getRoutes
Same name in this branch
- 11.1.x core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php \Drupal\Core\ProxyClass\Routing\MatcherDumper::getRoutes()
- 11.1.x core/lib/Drupal/Core/Routing/MatcherDumper.php \Drupal\Core\Routing\MatcherDumper::getRoutes()
Overrides MatcherDumperInterface::getRoutes
1 call to MatcherDumper::getRoutes()
- CompiledUrlMatcherDumper::getCompiledRoutes in vendor/
symfony/ routing/ Matcher/ Dumper/ CompiledUrlMatcherDumper.php - Generates the arrays for CompiledUrlMatcher's constructor.
File
-
vendor/
symfony/ routing/ Matcher/ Dumper/ MatcherDumper.php, line 28
Class
- MatcherDumper
- MatcherDumper is the abstract class for all built-in matcher dumpers.
Namespace
Symfony\Component\Routing\Matcher\DumperCode
public function getRoutes() : RouteCollection {
return $this->routes;
}