namespace Symfony\Component\Routing\Matcher\Dumper

Classsort descending Location Description
ApacheMatcherDumper drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php Dumps a set of Apache mod_rewrite rules.
MatcherDumper drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php MatcherDumper is the abstract class for all built-in matcher dumpers.
MatcherDumperInterface drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php MatcherDumperInterface is the interface that all matcher dumper classes must implement.
PhpMatcherDumper drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php PhpMatcherDumper creates a PHP class able to match URLs for a given set of routes.