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

Breadcrumb

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

function GeneratorDumper::getRoutes

Overrides GeneratorDumperInterface::getRoutes

1 call to GeneratorDumper::getRoutes()
CompiledUrlGeneratorDumper::getCompiledAliases in vendor/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php

File

vendor/symfony/routing/Generator/Dumper/GeneratorDumper.php, line 28

Class

GeneratorDumper
GeneratorDumper is the base class for all built-in generator dumpers.

Namespace

Symfony\Component\Routing\Generator\Dumper

Code

public function getRoutes() : RouteCollection {
    return $this->routes;
}

API Navigation

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