protected function Kernel::getHttpKernel

Gets a http kernel from the container

Return value

HttpKernel

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

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php, line 201

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

protected function getHttpKernel() {
  return $this->container
    ->get('http_kernel');
}