class BootstrapCarousel
Pre-processes variables for the "bootstrap_carousel" theme hook.
Plugin annotation
@BootstrapPreprocess("bootstrap_carousel")
Hierarchy
- class \Drupal\bootstrap\Plugin\PluginBase extends \Drupal\Core\Plugin\PluginBase
- class \Drupal\bootstrap\Plugin\Preprocess\PreprocessBase implements PreprocessInterface
- class \Drupal\bootstrap\Plugin\Preprocess\BootstrapCarousel implements PreprocessInterface
- class \Drupal\bootstrap\Plugin\Preprocess\PreprocessBase implements PreprocessInterface
Expanded class hierarchy of BootstrapCarousel
Related topics
Namespace
Drupal\bootstrap\Plugin\PreprocessMembers
Name | Modifiers | Type | Description |
---|---|---|---|
BootstrapCarousel:: |
protected | function |
Preprocess the variables array. Overrides PreprocessBase:: |
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. |