class Table
Pre-processes variables for the "table" theme hook.
Plugin annotation
@BootstrapPreprocess("table")
Hierarchy
- class \Drupal\bootstrap\Plugin\PluginBase extends \Drupal\Core\Plugin\PluginBase
- class \Drupal\bootstrap\Plugin\Preprocess\PreprocessBase implements PreprocessInterface
- class \Drupal\bootstrap\Plugin\Preprocess\Table
- class \Drupal\bootstrap\Plugin\Preprocess\PreprocessBase implements PreprocessInterface
Expanded class hierarchy of Table
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. |
Table:: |
public | function |
Preprocess the variables array. Overrides PreprocessBase:: |