You are here

protected property BanMiddleware::$httpKernel in Drupal 9

Same name and namespace in other branches
  1. 8 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;