class RedirectableUrlMatcher extends RedirectableUrlMatcher
| REQUIREMENT_MATCH | |
| REQUIREMENT_MISMATCH | |
| ROUTE_MATCH |
| __construct(RouteCollection $routes, RequestContext $context) Constructor. | from UrlMatcher | |
| setContext(RequestContext $context) Sets the request context. | from UrlMatcher | |
| RequestContext | getContext() Gets the request context. | from UrlMatcher |
| array | match(string $pathinfo) Tries to match a URL path with a set of routes. | from RedirectableUrlMatcher |
| array | matchRequest(Request $request) Tries to match a request with a set of routes. | from UrlMatcher |
| addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider) | from UrlMatcher | |
| array | redirect(string $path, string $route, string|null $scheme = null) Redirects the user to another URL. |
Constructor.
Sets the request context.
Gets the request context.
Tries to match a URL path with a set of routes.
If the matcher can not find information, it must throw one of the exceptions documented below.
Tries to match a request with a set of routes.
If the matcher can not find information, it must throw one of the exceptions documented below.
Redirects the user to another URL.
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.2/Symfony/Bundle/FrameworkBundle/Routing/RedirectableUrlMatcher.html