public 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.

Parameters

array $options An array of options:

Return value

string Executable code

1 method overrides GeneratorDumperInterface::dump()
PhpGeneratorDumper::dump in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php
Dumps a set of routes to a PHP class.

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());