You are here

public function Executable::virus_name in ClamAV 2.x

Same name and namespace in other branches
  1. 8 src/Scanner/Executable.php \Drupal\clamav\Scanner\Executable::virus_name()

File

src/Scanner/Executable.php, line 72

Class

Executable

Namespace

Drupal\clamav\Scanner

Code

public function virus_name() {
  return $this->_virus_name;
}