Dumps a set of routes to a string representation of executable code
that can then be used to match a request against these routes.
Parameters
array $options An array of options:
Return value
string Executable code
File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php, line 29
Class
- MatcherDumperInterface
- MatcherDumperInterface is the interface that all matcher dumper classes must implement.
Namespace
Symfony\Component\Routing\Matcher\Dumper
Code
public function dump(array $options = array());