You are here

public function Config::outage_action in ClamAV 2.x

Same name and namespace in other branches
  1. 8 src/Config.php \Drupal\clamav\Config::outage_action()

File

src/Config.php, line 34

Class

Config

Namespace

Drupal\clamav

Code

public function outage_action() {
  return $this->_config
    ->get('outage_action');
}