namespace Symfony\Cmf\Component\Routing\NestedMatcher

Classsort descending Location Description
FinalMatcherInterface drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/FinalMatcherInterface.php A FinalMatcher returns only one route from a collection of candidate routes.
NestedMatcher drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/NestedMatcher.php A more flexible approach to matching. The route collection to match against can be dynamically determined based on the request and users can inject their own filters or use a custom final matching strategy.
RouteFilterInterface drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/RouteFilterInterface.php A RouteFilter takes a RouteCollection and returns a filtered subset.
UrlMatcher drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/UrlMatcher.php Extended UrlMatcher to provide an additional interface and enhanced features.