interface RedirectableUrlMatcherInterface
RedirectableUrlMatcherInterface knows how to redirect the user.
Methods
array | redirect(string $path, string $route, string|null $scheme = null) Redirects the user to another URL. |
Details
array redirect(string $path, string $route, string|null $scheme = null)
Redirects the user to another URL.
Please login to continue.