You are here

public function HttpCache::getRequest in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-kernel/HttpCache/HttpCache.php \Symfony\Component\HttpKernel\HttpCache\HttpCache::getRequest()

Gets the Request instance associated with the master request.

Return value

Request A Request instance

File

vendor/symfony/http-kernel/HttpCache/HttpCache.php, line 138

Class

HttpCache
Cache provides HTTP caching.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function getRequest() {
  return $this->request;
}