You are here

public function GeneratorDumper::getRoutes in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/routing/Generator/Dumper/GeneratorDumper.php \Symfony\Component\Routing\Generator\Dumper\GeneratorDumper::getRoutes()

Gets the routes to dump.

Return value

RouteCollection A RouteCollection instance

Overrides GeneratorDumperInterface::getRoutes

File

vendor/symfony/routing/Generator/Dumper/GeneratorDumper.php, line 41

Class

GeneratorDumper
GeneratorDumper is the base class for all built-in generator dumpers.

Namespace

Symfony\Component\Routing\Generator\Dumper

Code

public function getRoutes() {
  return $this->routes;
}