class PluginManager
Base class for Bootstrap plugin managers.
Hierarchy
- class \Drupal\bootstrap\Plugin\PluginManager extends \Drupal\Core\Plugin\DefaultPluginManager
Expanded class hierarchy of PluginManager
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 | |
PluginManager:: |
protected | function | Sorts the plugin definitions. |
PluginManager:: |
public | function | Creates the discovery object. |