Namespace Symfony\Component\Routing\Matcher
| Symfony\Component\Routing\Matcher\Dumper |
| RedirectableUrlMatcher | |
| TraceableUrlMatcher | TraceableUrlMatcher helps debug path info matching by tracing the match. |
| UrlMatcher | UrlMatcher matches URL based on a set of routes. |
| RedirectableUrlMatcherInterface | RedirectableUrlMatcherInterface knows how to redirect the user. |
| RequestMatcherInterface | RequestMatcherInterface is the interface that all request matcher classes must implement. |
| UrlMatcherInterface | UrlMatcherInterface is the interface that all URL matcher classes must implement. |