You are here

public function Scanner::version in ClamAV 8

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

The version of the ClamAV service.

Return value

string The version number provided by ClamAV.

File

src/Scanner.php, line 197

Class

Scanner
Service class for the ClamAV scanner instance.

Namespace

Drupal\clamav

Code

public function version() {
  return $this->scanner
    ->version();
}