Gets the Kernel instance
Return value
Symfony\Component\HttpKernel\HttpKernelInterface An HttpKernelInterface instance
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php, line 150
Class
- HttpCache
- Cache provides HTTP caching.
Namespace
Symfony\Component\HttpKernel\HttpCache
Code
public function getKernel() {
return $this->kernel;
}