You are here

protected function ApacheRequest::prepareRequestUri in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/ApacheRequest.php \Symfony\Component\HttpFoundation\ApacheRequest::prepareRequestUri()

Overrides Request::prepareRequestUri

File

vendor/symfony/http-foundation/ApacheRequest.php, line 24

Class

ApacheRequest
Request represents an HTTP request from an Apache server.

Namespace

Symfony\Component\HttpFoundation

Code

protected function prepareRequestUri() {
  return $this->server
    ->get('REQUEST_URI');
}