interface UpdateInterface
Defines the interface for an object oriented preprocess plugin.
Hierarchy
- interface \Drupal\bootstrap\Plugin\Update\UpdateInterface
Expanded class hierarchy of UpdateInterface
All classes that implement UpdateInterface
Related topics
Namespace
Drupal\bootstrap\Plugin\UpdateMembers
Name | Modifiers | Type | Description |
---|---|---|---|
UpdateInterface:: |
public | function | Retrieves the update description, if any. |
UpdateInterface:: |
public | function | Retrieves the human-readable label for the update. |
UpdateInterface:: |
public | function | Retrieves the provider. |
UpdateInterface:: |
public | function | Retrieves the update schema. |
UpdateInterface:: |
public | function | Retrieves the update severity level. |
UpdateInterface:: |
public | function | Retrieves the theme that provided the update. |
UpdateInterface:: |
public | function | Indicates whether or not the update is private. |
UpdateInterface:: |
public | function | The batch process callback for the update. |