You are here

public function UpdateInterface::getLabel in Express 8

Retrieves the human-readable label for the update.

Return value

string The update label.

1 method overrides UpdateInterface::getLabel()
UpdateBase::getLabel in themes/contrib/bootstrap/src/Plugin/Update/UpdateBase.php
Retrieves the human-readable label for the update.

File

themes/contrib/bootstrap/src/Plugin/Update/UpdateInterface.php, line 32
Contains \Drupal\bootstrap\Plugin\Update\UpdateInterface.

Class

UpdateInterface
Defines the interface for an object oriented preprocess plugin.

Namespace

Drupal\bootstrap\Plugin\Update

Code

public function getLabel();