public function RestrictIpMapper::__construct in Restrict IP 8
Same name and namespace in other branches
- 8.2 src/Mapper/RestrictIpMapper.php \Drupal\restrict_ip\Mapper\RestrictIpMapper::__construct()
- 3.x src/Mapper/RestrictIpMapper.php \Drupal\restrict_ip\Mapper\RestrictIpMapper::__construct()
File
- src/
Mapper/ RestrictIpMapper.php, line 16
Class
Namespace
Drupal\restrict_ip\MapperCode
public function __construct(Connection $connection) {
$this->connection = $connection;
}