You are here

public function Scanner::isVerboseModeEnabled in ClamAV 8

Same name and namespace in other branches
  1. 2.x 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\clamav

Code

public function isVerboseModeEnabled() {
  return $this->config
    ->verbosity();
}