You are here

public function ScannerInterface::version in ClamAV 8

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

The version of the ClamAV service.

Return value

string The version number provided by ClamAV.

3 methods override ScannerInterface::version()
DaemonTCPIP::version in src/Scanner/DaemonTCPIP.php
The version of the ClamAV service.
DaemonUnixSocket::version in src/Scanner/DaemonUnixSocket.php
The version of the ClamAV service.
Executable::version in src/Scanner/Executable.php
The version of the ClamAV service.

File

src/ScannerInterface.php, line 40

Class

ScannerInterface
Provides an interface defining a menu entity.

Namespace

Drupal\clamav

Code

public function version();