You are here

public function RequirementsController::__construct in Nagios Monitoring 8

File

src/Controller/RequirementsController.php, line 29

Class

RequirementsController
Get the run-time requirements and status information. module_invoke_all('requirements', 'runtime') returns an array that isn't keyed by the module name, eg we might get a key 'ctools_css_cache'. We have no way of…

Namespace

Drupal\nagios\Controller

Code

public function __construct(Config $config) {
  $this->config = $config;
}