You are here

public function Config::get in ClamAV 8

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

File

src/Config.php, line 41

Class

Config

Namespace

Drupal\clamav

Code

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