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

Breadcrumb

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

function KernelPreHandle::__construct

Constructs a new KernelPreHandle instance.

Parameters

\Symfony\Component\HttpKernel\HttpKernelInterface $http_kernel: The wrapped HTTP kernel.

\Drupal\Core\DrupalKernelInterface $drupal_kernel: The main Drupal kernel.

File

core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php, line 37

Class

KernelPreHandle
Prepares the environment after page caching ran.

Namespace

Drupal\Core\StackMiddleware

Code

public function __construct(HttpKernelInterface $http_kernel, DrupalKernelInterface $drupal_kernel) {
    $this->httpKernel = $http_kernel;
    $this->drupalKernel = $drupal_kernel;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal