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

Breadcrumb

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

interface MatcherDumperInterface

Same name in this branch
  1. 11.1.x vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php \Symfony\Component\Routing\Matcher\Dumper\MatcherDumperInterface

Extends the symfony matcher dumper interface with an addRoutes method.

Hierarchy

  • interface \Symfony\Component\Routing\Matcher\Dumper\MatcherDumperInterface
    • interface \Drupal\Core\Routing\MatcherDumperInterface extends \Symfony\Component\Routing\Matcher\Dumper\MatcherDumperInterface

Expanded class hierarchy of MatcherDumperInterface

All classes that implement MatcherDumperInterface

File

core/lib/Drupal/Core/Routing/MatcherDumperInterface.php, line 11

Namespace

Drupal\Core\Routing
View source
interface MatcherDumperInterface extends SymfonyMatcherDumperInterface {
    
    /**
     * Adds additional routes to be dumped.
     *
     * @param \Symfony\Component\Routing\RouteCollection $routes
     *   A collection of routes to add to this dumper.
     */
    public function addRoutes(RouteCollection $routes);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
MatcherDumperInterface::addRoutes public function Adds additional routes to be dumped. 3
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
MatcherDumperInterface::getRoutes public function Gets the routes to dump. 4

API Navigation

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