You are here

public function Config::verbosity in ClamAV 2.x

Same name and namespace in other branches
  1. 8 src/Config.php \Drupal\clamav\Config::verbosity()

File

src/Config.php, line 37

Class

Config

Namespace

Drupal\clamav

Code

public function verbosity() {
  return $this->_config
    ->get('verbosity');
}