You are here

namespace Symfony\Component\Routing\Generator\Dumper in Zircon Profile 8

Same name in other branches
  1. 8.0 Symfony\Component\Routing\Generator\Dumper
Classsort descending Location Description
GeneratorDumper vendor/symfony/routing/Generator/Dumper/GeneratorDumper.php GeneratorDumper is the base class for all built-in generator dumpers.
GeneratorDumperInterface vendor/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php GeneratorDumperInterface is the interface that all generator dumper classes must implement.
PhpGeneratorDumper vendor/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php PhpGeneratorDumper creates a PHP class able to generate URLs for a given set of routes.