public function ScannerInterface::__construct in ClamAV 8
Same name and namespace in other branches
- 2.x src/ScannerInterface.php \Drupal\clamav\ScannerInterface::__construct()
Constructor.
Parameters
Drupal\clamav\Config $config: Configuration to use.
3 methods override ScannerInterface::__construct()
- DaemonTCPIP::__construct in src/
Scanner/ DaemonTCPIP.php - Constructor.
- DaemonUnixSocket::__construct in src/
Scanner/ DaemonUnixSocket.php - Constructor.
- Executable::__construct in src/
Scanner/ Executable.php - Constructor.
File
- src/
ScannerInterface.php, line 19
Class
- ScannerInterface
- Provides an interface defining a menu entity.
Namespace
Drupal\clamavCode
public function __construct(Config $config);