You are here

public function DiagnosticCheckInterface::getSeverity in Purge 8.3

Get the severity level.

Return value

int Integer, matching either of the following constants:

1 method overrides DiagnosticCheckInterface::getSeverity()
DiagnosticCheckBase::getSeverity in src/Plugin/Purge/DiagnosticCheck/DiagnosticCheckBase.php
Get the severity level.

File

src/Plugin/Purge/DiagnosticCheck/DiagnosticCheckInterface.php, line 95

Class

DiagnosticCheckInterface
Describes a diagnostic check that checks a specific purging requirement.

Namespace

Drupal\purge\Plugin\Purge\DiagnosticCheck

Code

public function getSeverity();