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.
DumperCollection drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php Collection of routes.
DumperPrefixCollection drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php Prefix tree of routes preserving routes order.
DumperRoute drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php Container for a Route.
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.