Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Kernel.php

function Kernel::getHttpKernel

Gets an HTTP kernel from the container.

1 call to Kernel::getHttpKernel()
Kernel::terminate in vendor/symfony/http-kernel/Kernel.php
Terminates a request/response cycle.

File

vendor/symfony/http-kernel/Kernel.php, line 191

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

protected function getHttpKernel() : HttpKernelInterface {
    return $this->container
        ->get('http_kernel');
}
RSS feed
Powered by Drupal