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.
Parameters
array $options An array of options:
Return value
string Executable code
File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php, line 33
Class
- GeneratorDumperInterface
- GeneratorDumperInterface is the interface that all generator dumper classes must implement.
Namespace
Symfony\Component\Routing\Generator\Dumper
Code
public function dump(array $options = array());