namespace Symfony\Component\Routing\Matcher
Object name | File name | Summary |
---|---|---|
CompiledUrlMatcher | vendor/symfony/routing/Matcher/CompiledUrlMatcher.php | Matches URLs based on rules dumped by CompiledUrlMatcherDumper. |
ExpressionLanguageProvider | vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php | Exposes functions defined in the request context to route conditions. |
RedirectableUrlMatcher | vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php | @author Fabien Potencier <fabien@symfony.com> |
RedirectableUrlMatcherInterface | vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php | RedirectableUrlMatcherInterface knows how to redirect the user. |
RequestMatcherInterface | vendor/symfony/routing/Matcher/RequestMatcherInterface.php | RequestMatcherInterface is the interface that all request matcher classes must implement. |
TraceableUrlMatcher | vendor/symfony/routing/Matcher/TraceableUrlMatcher.php | TraceableUrlMatcher helps debug path info matching by tracing the match. |
UrlMatcher | vendor/symfony/routing/Matcher/UrlMatcher.php | UrlMatcher matches URL based on a set of routes. |
UrlMatcherInterface | vendor/symfony/routing/Matcher/UrlMatcherInterface.php | UrlMatcherInterface is the interface that all URL matcher classes must implement. |