You are here

protected property BanIpManager::$connection in Zircon Profile 8.0

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

The database connection used to check the IP against.

Type: \Drupal\Core\Database\Connection

File

core/modules/ban/src/BanIpManager.php, line 22
Contains \Drupal\ban\BanIpManager.

Class

BanIpManager
Ban IP manager.

Namespace

Drupal\ban

Code

protected $connection;