function protected function PreprocessBase::preprocessVariables
8.x-3.x PreprocessBase.php | protected PreprocessBase::preprocessVariables(Variables $variables) |
Preprocess the variables array.
Parameters
\Drupal\bootstrap\Utility\Variables $variables: The Variables object.
Class
- PreprocessBase
- Base preprocess class used to build the necessary variables for templates.
Namespace
Drupal\bootstrap\Plugin\PreprocessSource src/Plugin/Preprocess/PreprocessBase.php (line 111)
protected function preprocessVariables(Variables $variables) {
}