You are here

protected property Session::$httpKernel in Drupal 9

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

The wrapped HTTP kernel.

Type: \Symfony\Component\HttpKernel\HttpKernelInterface

File

core/lib/Drupal/Core/StackMiddleware/Session.php, line 25

Class

Session
Wrap session logic around a HTTP request.

Namespace

Drupal\Core\StackMiddleware

Code

protected $httpKernel;