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

Breadcrumb

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

function MatcherDumperInterface::getRoutes

Gets the routes to dump.

4 methods override MatcherDumperInterface::getRoutes()
MatcherDumper::getRoutes in core/lib/Drupal/Core/Routing/MatcherDumper.php
Gets the routes to match.
MatcherDumper::getRoutes in vendor/symfony/routing/Matcher/Dumper/MatcherDumper.php
Gets the routes to dump.
MatcherDumper::getRoutes in core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php
Gets the routes to dump.
NullMatcherDumper::getRoutes in core/lib/Drupal/Core/Routing/NullMatcherDumper.php
Gets the routes to match.

File

vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php, line 32

Class

MatcherDumperInterface
MatcherDumperInterface is the interface that all matcher dumper classes must implement.

Namespace

Symfony\Component\Routing\Matcher\Dumper

Code

public function getRoutes() : RouteCollection;

API Navigation

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