class SettingManager
Manages discovery and instantiation of Bootstrap theme settings.
Hierarchy
- class \Drupal\bootstrap\Plugin\PluginManager extends \Drupal\Core\Plugin\DefaultPluginManager
- class \Drupal\bootstrap\Plugin\SettingManager
Expanded class hierarchy of SettingManager
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 | |
SettingManager:: |
protected static | property | Provides the order of top-level groups. |
SettingManager:: |
public static | function | Retrieves the index of the top level group. |
SettingManager:: |
public static | function | Sorts the setting plugin definitions. |
SettingManager:: |
protected | function |
Sorts the plugin definitions. Overrides PluginManager:: |
SettingManager:: |
public | function |
Constructs a new \Drupal\bootstrap\Plugin\SettingManager object. Overrides PluginManager:: |