You are here

public function Config::scan_mode in ClamAV 8

Same name and namespace in other branches
  1. 2.x src/Config.php \Drupal\clamav\Config::scan_mode()

File

src/Config.php, line 31

Class

Config

Namespace

Drupal\clamav

Code

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