protected property BanMiddleware::$httpKernel in Drupal 8
Same name and namespace in other branches
- 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\banCode
protected $httpKernel;