You are here

private property RequirementsController::$reqs in Nagios Monitoring 8

File

src/Controller/RequirementsController.php, line 27

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

private $reqs = [];