public function ModuleList::severity in Production check & Production monitor 8
Defines the severity of the check.
Return value
The severity
Overrides ProdCheckBase::severity
File
- src/
Plugin/ ProdCheck/ Modules/ ModuleList.php, line 145 - Contains \Drupal\prod_check\Plugin\ProdCheck\Modules\ModuleList.
Class
- ModuleList
- Returns a list of installed modules (and their updates).
Namespace
Drupal\prod_check\Plugin\ProdCheck\ModulesCode
public function severity() {
return $this->processor
->error();
}