public function Config::enabled in ClamAV 8
Same name and namespace in other branches
- 2.x src/Config.php \Drupal\clamav\Config::enabled()
File
- src/
Config.php, line 28
Class
Namespace
Drupal\clamavCode
public function enabled() {
return $this->_config
->get('enabled');
}