You are here

protected property BanMiddleware::$banIpManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/ban/src/BanMiddleware.php \Drupal\ban\BanMiddleware::banIpManager

The ban IP manager.

Type: \Drupal\ban\BanIpManagerInterface

File

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

Class

BanMiddleware
Provides a HTTP middleware to implement IP based banning.

Namespace

Drupal\ban

Code

protected $banIpManager;