protected property KernelPreHandle::$httpKernel in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php \Drupal\Core\StackMiddleware\KernelPreHandle::httpKernel
The wrapped HTTP kernel.
Type: \Symfony\Component\HttpKernel\HttpKernelInterface
File
- core/
lib/ Drupal/ Core/ StackMiddleware/ KernelPreHandle.php, line 19
Class
- KernelPreHandle
- Prepares the environment after page caching ran.
Namespace
Drupal\Core\StackMiddlewareCode
protected $httpKernel;