class BanIpManager

Ban IP manager.

Hierarchy

Expanded class hierarchy of BanIpManager

1 file declares its use of BanIpManager

File

drupal/core/modules/ban/lib/Drupal/ban/BanIpManager.php, line 15
Definition of Drupal\ban\BanIpManager.

Namespace

Drupal\ban
View source

Members

Namesort descending Modifiers Type Description Overrides
BanIpManager::$connection protected property The database connection used to check the IP against.
BanIpManager::isDenied public function Returns whether an IP address is blocked.
BanIpManager::__construct public function Construct the BanSubscriber.