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. |