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