You are here

namespace Symfony\Cmf\Component\Routing\NestedMatcher in Zircon Profile 8.0

Same name in other branches
  1. 8 Symfony\Cmf\Component\Routing\NestedMatcher
Classsort descending Location Description
FinalMatcherInterface vendor/symfony-cmf/routing/NestedMatcher/FinalMatcherInterface.php A FinalMatcher returns only one route from a collection of candidate routes.
NestedMatcher vendor/symfony-cmf/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 vendor/symfony-cmf/routing/NestedMatcher/RouteFilterInterface.php A RouteFilter takes a RouteCollection and returns a filtered subset.
UrlMatcher vendor/symfony-cmf/routing/NestedMatcher/UrlMatcher.php Extended UrlMatcher to provide an additional interface and enhanced features.