function bootstrap_preprocess
8.x-3.x bootstrap.theme | bootstrap_preprocess(&$variables, $hook, $info) |
See Also
Source ./bootstrap.theme (line 117)
function bootstrap_preprocess(&$variables, $hook, $info) {
Bootstrap::preprocess($variables, $hook, $info);
}