public function HttpCache::getRequest in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/HttpCache/HttpCache.php \Symfony\Component\HttpKernel\HttpCache\HttpCache::getRequest()
Gets the Request instance associated with the master request.
Return value
File
- vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php, line 138
Class
- HttpCache
- Cache provides HTTP caching.
Namespace
Symfony\Component\HttpKernel\HttpCacheCode
public function getRequest() {
return $this->request;
}