You are here

public function UpdateBase::getTitle 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::getLabel

File

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

Class

UpdateBase
Base class for an update.

Namespace

Drupal\bootstrap\Plugin\Update

Code

public function getTitle() {
  return $this
    ->getLabel();
}