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

Breadcrumb

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

class MatcherDumper

Same name in this branch
  1. 11.1.x core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php \Drupal\Core\ProxyClass\Routing\MatcherDumper
  2. 11.1.x core/lib/Drupal/Core/Routing/MatcherDumper.php \Drupal\Core\Routing\MatcherDumper

MatcherDumper is the abstract class for all built-in matcher dumpers.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

  • class \Symfony\Component\Routing\Matcher\Dumper\MatcherDumper implements \Symfony\Component\Routing\Matcher\Dumper\MatcherDumperInterface

Expanded class hierarchy of MatcherDumper

File

vendor/symfony/routing/Matcher/Dumper/MatcherDumper.php, line 21

Namespace

Symfony\Component\Routing\Matcher\Dumper
View source
abstract class MatcherDumper implements MatcherDumperInterface {
    public function __construct(RouteCollection $routes) {
    }
    public function getRoutes() : RouteCollection {
        return $this->routes;
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title Overrides
MatcherDumper::getRoutes public function Gets the routes to dump. Overrides MatcherDumperInterface::getRoutes
MatcherDumper::__construct public function
MatcherDumperInterface::dump public function Dumps a set of routes to a string representation of executable code
that can then be used to match a request against these routes.
4

API Navigation

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