Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. GeneratorDumperInterface.php

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\Dumper

Code

public function dump(array $options = []) : string;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal