You are here

protected property KernelPreHandle::$drupalKernel in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php \Drupal\Core\StackMiddleware\KernelPreHandle::drupalKernel

The main Drupal kernel.

Type: \Drupal\Core\DrupalKernelInterface

File

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

Class

KernelPreHandle
Prepares the environment after page caching ran.

Namespace

Drupal\Core\StackMiddleware

Code

protected $drupalKernel;