public function RedirectResponse::getTargetUrl in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/RedirectResponse.php \Symfony\Component\HttpFoundation\RedirectResponse::getTargetUrl()
Returns the target URL.
Return value
string target URL
File
- vendor/
symfony/ http-foundation/ RedirectResponse.php, line 62
Class
- RedirectResponse
- RedirectResponse represents an HTTP response doing a redirect.
Namespace
Symfony\Component\HttpFoundationCode
public function getTargetUrl() {
return $this->targetUrl;
}