class PreprocessBase
Base preprocess class used to build the necessary variables for templates.
Hierarchy
- class \Drupal\bootstrap\Plugin\PluginBase extends \Drupal\Core\Plugin\PluginBase
- class \Drupal\bootstrap\Plugin\Preprocess\PreprocessBase implements PreprocessInterface
Expanded class hierarchy of PreprocessBase
Related topics
Namespace
Drupal\bootstrap\Plugin\PreprocessMembers
Name | Modifiers | Type | Description |
---|---|---|---|
PluginBase:: |
protected | property | The currently set theme object. |
PluginBase:: |
public | function | |
PreprocessBase:: |
protected | property | The theme hook invoked. |
PreprocessBase:: |
protected | property | The theme hook info array from the theme registry. |
PreprocessBase:: |
protected | property | The Variables object. |
PreprocessBase:: |
public | function |
Preprocess theme hook variables. Overrides PreprocessInterface:: |
PreprocessBase:: |
protected | function | Ensures all attributes have been converted to an Attribute object. |
PreprocessBase:: |
protected | function | Converts any set description variable into a traversable array. |
PreprocessBase:: |
protected | function | Preprocess the variables array if an element is present. |
PreprocessBase:: |
protected | function | Preprocess the variables array. |