You are here

public function RedirectRouteInterface::isPermanent in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Routing

Code

public function isPermanent();