You are here

public function UpdateBase::getLevel in Express 8

Deprecated

8.x-3.0-rc2, will be removed before 8.x-3.0 is released.

See also

\Drupal\bootstrap\Plugin\Update\UpdateBase::getSeverity

File

themes/contrib/bootstrap/src/Plugin/Update/UpdateBase.php, line 85
Contains \Drupal\bootstrap\Plugin\Update\UpdateBase.

Class

UpdateBase
Base class for an update.

Namespace

Drupal\bootstrap\Plugin\Update

Code

public function getLevel() {
  return $this
    ->getSeverity();
}