function GeneratorDumperInterface::dump
Dumps a set of routes to a string representation of executable code that can then be used to generate a URL of such a route.
1 method overrides GeneratorDumperInterface::dump()
- CompiledUrlGeneratorDumper::dump in vendor/
symfony/ routing/ Generator/ Dumper/ CompiledUrlGeneratorDumper.php - Dumps a set of routes to a string representation of executable code that can then be used to generate a URL of such a route.
File
-
vendor/
symfony/ routing/ Generator/ Dumper/ GeneratorDumperInterface.php, line 27
Class
- GeneratorDumperInterface
- GeneratorDumperInterface is the interface that all generator dumper classes must implement.
Namespace
Symfony\Component\Routing\Generator\DumperCode
public function dump(array $options = []) : string;