public function Config::__construct in ClamAV 8
Same name and namespace in other branches
- 2.x src/Config.php \Drupal\clamav\Config::__construct()
Constructor.
Load the config from Drupal's CMI.
File
- src/
Config.php, line 23
Class
Namespace
Drupal\clamavCode
public function __construct() {
$this->_config = \Drupal::config('clamav.settings');
}