public function HttpCache::getKernel 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::getKernel()
Gets the Kernel instance.
Return value
HttpKernelInterface An HttpKernelInterface instance
1 call to HttpCache::getKernel()
- HttpCache::terminate in vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php - Terminates a request/response cycle.
File
- vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php, line 148
Class
- HttpCache
- Cache provides HTTP caching.
Namespace
Symfony\Component\HttpKernel\HttpCacheCode
public function getKernel() {
return $this->kernel;
}