namespace Symfony\Component\Routing\Matcher

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