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