You are here

public function DiagnosticCheckInterface::getSeverityString in Purge 8.3

Get the severity level as unprefixed string.

Return value

string The string comes without the 'SEVERITY_' prefix as on the constants.

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

File

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

Class

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

Namespace

Drupal\purge\Plugin\Purge\DiagnosticCheck

Code

public function getSeverityString();