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