You are here

namespace Symfony\Component\Routing\Matcher\Dumper in Zircon Profile 8

Same name in other branches
  1. 8.0 Symfony\Component\Routing\Matcher\Dumper
Classsort descending Location Description
ApacheMatcherDumper vendor/symfony/routing/Matcher/Dumper/ApacheMatcherDumper.php Dumps a set of Apache mod_rewrite rules.
DumperCollection vendor/symfony/routing/Matcher/Dumper/DumperCollection.php Collection of routes.
DumperPrefixCollection vendor/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php Prefix tree of routes preserving routes order.
DumperRoute vendor/symfony/routing/Matcher/Dumper/DumperRoute.php Container for a Route.
MatcherDumper vendor/symfony/routing/Matcher/Dumper/MatcherDumper.php MatcherDumper is the abstract class for all built-in matcher dumpers.
MatcherDumperInterface vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php MatcherDumperInterface is the interface that all matcher dumper classes must implement.
PhpMatcherDumper vendor/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php PhpMatcherDumper creates a PHP class able to match URLs for a given set of routes.