public function HttpCache::getKernel

Gets the Kernel instance

Return value

HttpKernelInterface An HttpKernelInterface instance

1 call to HttpCache::getKernel()
HttpCache::terminate in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php
@api

File

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

Class

HttpCache
Cache provides HTTP caching.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function getKernel() {
  return $this->kernel;
}