public function HttpCache::getRequest

Gets the Request instance associated with the master request.

Return value

Request A Request instance

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php, line 141

Class

HttpCache
Cache provides HTTP caching.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

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