The database connection used to check the IP against.
Type: \Drupal\Core\Database\Connection
File
- core/modules/ban/src/BanIpManager.php, line 17
Class
- BanIpManager
- Ban IP manager.
Namespace
Drupal\ban
Code
protected $connection;
The database connection used to check the IP against.
Type: \Drupal\Core\Database\Connection
Drupal\ban
protected $connection;
Please login to continue.