function bootstrap_preprocess in Express 8
See also
\Drupal\bootstrap\Bootstrap::preprocess()
1 string reference to 'bootstrap_preprocess'
- ThemeRegistry::alter in themes/
contrib/ bootstrap/ src/ Plugin/ Alter/ ThemeRegistry.php - Alters data for a specific hook_TYPE_alter() implementation.
File
- themes/
contrib/ bootstrap/ bootstrap.theme, line 116 - The primary PHP file for the Drupal Bootstrap base theme.
Code
function bootstrap_preprocess(&$variables, $hook, $info) {
Bootstrap::preprocess($variables, $hook, $info);
}