You are here

public function Config::enabled in ClamAV 8

Same name and namespace in other branches
  1. 2.x src/Config.php \Drupal\clamav\Config::enabled()

File

src/Config.php, line 28

Class

Config

Namespace

Drupal\clamav

Code

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