You are here

public function PreprocessInterface::preprocess in Express 8

Preprocess theme hook variables.

Parameters

array $variables: The variables array, passed by reference (modify in place).

string $hook: The name of the theme hook.

array $info: The theme hook info array.

1 method overrides PreprocessInterface::preprocess()
PreprocessBase::preprocess in themes/contrib/bootstrap/src/Plugin/Preprocess/PreprocessBase.php
Preprocess theme hook variables.

File

themes/contrib/bootstrap/src/Plugin/Preprocess/PreprocessInterface.php, line 26
Contains \Drupal\bootstrap\Plugin\Preprocess\PreprocessInterface.

Class

PreprocessInterface
Defines the interface for an object oriented preprocess plugin.

Namespace

Drupal\bootstrap\Plugin\Preprocess

Code

public function preprocess(array &$variables, $hook, array $info);