public function RedirectRouteInterface::isPermanent in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony-cmf/routing/RedirectRouteInterface.php \Symfony\Cmf\Component\Routing\RedirectRouteInterface::isPermanent()
Whether this should be a permanent or temporary redirect
Return value
boolean
File
- vendor/
symfony-cmf/ routing/ RedirectRouteInterface.php, line 74
Class
- RedirectRouteInterface
- Document for redirection entries with the RedirectController.
Namespace
Symfony\Cmf\Component\RoutingCode
public function isPermanent();