interface MatcherDumperInterface

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

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of MatcherDumperInterface

All classes that implement MatcherDumperInterface

2 files declare their use of MatcherDumperInterface

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php, line 19

Namespace

Symfony\Component\Routing\Matcher\Dumper
View source

Members

Namesort descending Modifiers Type Description Overrides
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. 3
MatcherDumperInterface::getRoutes public function Gets the routes to dump. 2