You are here

public function UpdateInterface::getDescription in Express 8

Retrieves the update description, if any.

Return value

string The update description.

1 method overrides UpdateInterface::getDescription()
UpdateBase::getDescription in themes/contrib/bootstrap/src/Plugin/Update/UpdateBase.php
Retrieves the update description, if any.

File

themes/contrib/bootstrap/src/Plugin/Update/UpdateInterface.php, line 24
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 getDescription();