class UpdateManager
Manages discovery and instantiation of Bootstrap updates.
Hierarchy
- class \Drupal\bootstrap\Plugin\PluginManager extends \Drupal\Core\Plugin\DefaultPluginManager
- class \Drupal\bootstrap\Plugin\UpdateManager
Expanded class hierarchy of UpdateManager
Related topics
Namespace
Drupal\bootstrap\PluginMembers
Name | Modifiers | Type | Description |
---|---|---|---|
PluginManager:: |
protected | property | The current theme. |
PluginManager:: |
protected | property | The theme handler to check if theme exists. |
PluginManager:: |
protected | property | The theme manager to invoke alter hooks. |
PluginManager:: |
protected | function | |
PluginManager:: |
public | function | |
PluginManager:: |
protected | function | |
PluginManager:: |
public | function | Retrieves the cache tags used to invalidate caches. |
PluginManager:: |
public | function | Retrieves all definitions where the plugin ID matches a certain criteria. |
PluginManager:: |
protected | function | |
UpdateManager:: |
public | function | Retrieves the latest update schema. |
UpdateManager:: |
public | function | Retrieves the latest update schema. |
UpdateManager:: |
public | function | Retrieves any pending updates. |
UpdateManager:: |
protected | function | Retrieves the update schema identifiers. |
UpdateManager:: |
public | function | Retrieves update plugins for the theme. |
UpdateManager:: |
protected | function |
Sorts the plugin definitions. Overrides PluginManager:: |
UpdateManager:: |
public | function |
Constructs a new \Drupal\bootstrap\Plugin\UpdateManager object. Overrides PluginManager:: |