public function Config::outage_action in ClamAV 8
Same name and namespace in other branches
- 2.x src/Config.php \Drupal\clamav\Config::outage_action()
File
- src/
Config.php, line 34
Class
Namespace
Drupal\clamavCode
public function outage_action() {
return $this->_config
->get('outage_action');
}