public function Scanner::isVerboseModeEnabled in ClamAV 2.x
Same name and namespace in other branches
- 8 src/Scanner.php \Drupal\clamav\Scanner::isVerboseModeEnabled()
Check whether files that have not been scanned can be uploaded.
Return value
boolean TRUE if unchecked files are permitted.
File
- src/
Scanner.php, line 85
Class
- Scanner
- Service class for the ClamAV scanner instance.
Namespace
Drupal\clamavCode
public function isVerboseModeEnabled() {
return $this->config
->verbosity();
}