You are here

constant SiteAlert::SEVERITY_OPTIONS in Site Alert 8

The alert severities.

File

src/Entity/SiteAlert.php, line 57

Class

SiteAlert
Implements SiteAlert class.

Namespace

Drupal\site_alert\Entity

Code

const SEVERITY_OPTIONS = [
  'low' => 'Low',
  'medium' => 'Medium',
  'high' => 'High',
];