public function Executable::virus_name in ClamAV 8
Same name and namespace in other branches
- 2.x src/Scanner/Executable.php \Drupal\clamav\Scanner\Executable::virus_name()
File
- src/
Scanner/ Executable.php, line 72
Class
Namespace
Drupal\clamav\ScannerCode
public function virus_name() {
return $this->_virus_name;
}