You are here

public function Update::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/Update.php, line 29

Class

Update
Update status check

Namespace

Drupal\prod_check\Plugin\ProdCheck\Modules

Code

public function severity() {
  return $this->processor
    ->warning();
}