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

Breadcrumb

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

function NullMatcherDumper::getRoutes

Gets the routes to match.

Return value

\Symfony\Component\Routing\RouteCollection A RouteCollection instance representing all routes currently in the dumper.

Overrides MatcherDumperInterface::getRoutes

File

core/lib/Drupal/Core/Routing/NullMatcherDumper.php, line 55

Class

NullMatcherDumper
Does not dump Route information.

Namespace

Drupal\Core\Routing

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