function CompiledUrlGeneratorDumper::dump
Overrides GeneratorDumperInterface::dump
File
-
vendor/
symfony/ routing/ Generator/ Dumper/ CompiledUrlGeneratorDumper.php, line 91
Class
- CompiledUrlGeneratorDumper
- CompiledUrlGeneratorDumper creates a PHP array to be used with CompiledUrlGenerator.
Namespace
Symfony\Component\Routing\Generator\DumperCode
public function dump(array $options = []) : string {
return <<<EOF
<?php
// This file has been auto-generated by the Symfony Routing Component.
return [{<span class="php-variable">$this</span>-><span class="php-function-or-constant function member-of-self">generateDeclaredRoutes</span>()}
];
EOF;
}