class UpdateBase
Base class for an update.
Hierarchy
- class \Drupal\bootstrap\Plugin\PluginBase extends \Drupal\Core\Plugin\PluginBase
- class \Drupal\bootstrap\Plugin\Update\UpdateBase implements UpdateInterface
Expanded class hierarchy of UpdateBase
Related topics
Namespace
Drupal\bootstrap\Plugin\UpdateMembers
Name | Modifiers | Type | Description |
---|---|---|---|
PluginBase:: |
protected | property | The currently set theme object. |
PluginBase:: |
public | function | |
UpdateBase:: |
public | function |
Retrieves the update description, if any. Overrides UpdateInterface:: |
UpdateBase:: |
public | function |
Retrieves the human-readable label for the update. Overrides UpdateInterface:: |
UpdateBase:: |
public | function | |
UpdateBase:: |
public | function |
Retrieves the provider. Overrides UpdateInterface:: |
UpdateBase:: |
public | function |
Retrieves the update schema. Overrides UpdateInterface:: |
UpdateBase:: |
public | function |
Retrieves the update severity level. Overrides UpdateInterface:: |
UpdateBase:: |
public | function |
Retrieves the theme that provided the update. Overrides UpdateInterface:: |
UpdateBase:: |
public | function | |
UpdateBase:: |
public | function |
Indicates whether or not the update is private. Overrides UpdateInterface:: |
UpdateBase:: |
public | function |
The batch process callback for the update. Overrides UpdateInterface:: |