Same name and namespace in other branches
  1. 8.9.x core/modules/ban/src/BanMiddleware.php \Drupal\ban\BanMiddleware::httpKernel
  2. 9 core/modules/ban/src/BanMiddleware.php \Drupal\ban\BanMiddleware::httpKernel

The decorated kernel.

Type: \Symfony\Component\HttpKernel\HttpKernelInterface

File

core/modules/ban/src/BanMiddleware.php, line 20

Class

BanMiddleware
Provides a HTTP middleware to implement IP based banning.

Namespace

Drupal\ban

Code

protected $httpKernel;