You are here

protected function PreprocessBase::preprocessVariables in Express 8

Preprocess the variables array.

Parameters

\Drupal\bootstrap\Utility\Variables $variables: The Variables object.

3 calls to PreprocessBase::preprocessVariables()
ItemListBootstrapCarouselIndicators::preprocessVariables in themes/contrib/bootstrap/src/Plugin/Preprocess/ItemListBootstrapCarouselIndicators.php
Preprocess the variables array.
ItemListDropdown::preprocessVariables in themes/contrib/bootstrap/src/Plugin/Preprocess/ItemListDropdown.php
Preprocess the variables array.
PreprocessBase::preprocess in themes/contrib/bootstrap/src/Plugin/Preprocess/PreprocessBase.php
Preprocess theme hook variables.
15 methods override PreprocessBase::preprocessVariables()
BootstrapCarousel::preprocessVariables in themes/contrib/bootstrap/src/Plugin/Preprocess/BootstrapCarousel.php
Preprocess the variables array.
BootstrapDropdown::preprocessVariables in themes/contrib/bootstrap/src/Plugin/Preprocess/BootstrapDropdown.php
Preprocess the variables array.
BootstrapModal::preprocessVariables in themes/contrib/bootstrap/src/Plugin/Preprocess/BootstrapModal.php
Preprocess the variables array.
BootstrapPanel::preprocessVariables in themes/contrib/bootstrap/src/Plugin/Preprocess/BootstrapPanel.php
Preprocess the variables array.
Breadcrumb::preprocessVariables in themes/contrib/bootstrap/src/Plugin/Preprocess/Breadcrumb.php
Preprocess the variables array.

... See full list

File

themes/contrib/bootstrap/src/Plugin/Preprocess/PreprocessBase.php, line 115
Contains \Drupal\bootstrap\Plugin\Preprocess\PreprocessBase.

Class

PreprocessBase
Base preprocess class used to build the necessary variables for templates.

Namespace

Drupal\bootstrap\Plugin\Preprocess

Code

protected function preprocessVariables(Variables $variables) {
}