public function UpdateInterface::getSeverity in Express 8
Retrieves the update severity level.
Return value
string The update severity level.
1 method overrides UpdateInterface::getSeverity()
- UpdateBase::getSeverity in themes/
contrib/ bootstrap/ src/ Plugin/ Update/ UpdateBase.php - Retrieves the update severity level.
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Update/ UpdateInterface.php, line 54 - Contains \Drupal\bootstrap\Plugin\Update\UpdateInterface.
Class
- UpdateInterface
- Defines the interface for an object oriented preprocess plugin.
Namespace
Drupal\bootstrap\Plugin\UpdateCode
public function getSeverity();