class RedirectController implements ContainerAwareInterface
Redirects a request to another URL.
Traits
ContainerAwareTrait ContainerAware trait.
Methods
setContainer(ContainerInterface $container = null) Sets the container. from ContainerAwareTrait Response redirectAction(Request $request, string $route, bool $permanent = false, bool|array $ignoreAttributes = false) Redirects to another route with the given name.
Response urlRedirectAction(Request $request, string $path, b