public function DatabaseUpdateHandlerInterface::label in Automatic Updates 8
Returns the translated plugin label.
Return value
string The translated title.
1 method overrides DatabaseUpdateHandlerInterface::label()
- DatabaseUpdateHandlerPluginBase::label in src/
DatabaseUpdateHandlerPluginBase.php - Returns the translated plugin label.
File
- src/
DatabaseUpdateHandlerInterface.php, line 16
Class
- DatabaseUpdateHandlerInterface
- Interface for database_update_handler plugins.
Namespace
Drupal\automatic_updatesCode
public function label();