You are here

public function DatabaseUpdateHandlerPluginBase::label in Automatic Updates 8

Returns the translated plugin label.

Return value

string The translated title.

Overrides DatabaseUpdateHandlerInterface::label

File

src/DatabaseUpdateHandlerPluginBase.php, line 15

Class

DatabaseUpdateHandlerPluginBase
Base class for database_update_handler plugins.

Namespace

Drupal\automatic_updates

Code

public function label() {
  return $this->pluginDefinition['label'];
}