You are here

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

Same name in other branches
  1. 8.0 Symfony\Component\Routing\Matcher
Classsort descending Location Description
ApacheUrlMatcher vendor/symfony/routing/Matcher/ApacheUrlMatcher.php ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper).
RedirectableUrlMatcher vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php @author Fabien Potencier <fabien@symfony.com>
RedirectableUrlMatcherInterface vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php RedirectableUrlMatcherInterface knows how to redirect the user.
RequestMatcherInterface vendor/symfony/routing/Matcher/RequestMatcherInterface.php RequestMatcherInterface is the interface that all request matcher classes must implement.
TraceableUrlMatcher vendor/symfony/routing/Matcher/TraceableUrlMatcher.php TraceableUrlMatcher helps debug path info matching by tracing the match.
UrlMatcher vendor/symfony/routing/Matcher/UrlMatcher.php UrlMatcher matches URL based on a set of routes.
UrlMatcherInterface vendor/symfony/routing/Matcher/UrlMatcherInterface.php UrlMatcherInterface is the interface that all URL matcher classes must implement.