function bootstrap_theme
8.x-3.x bootstrap.theme | bootstrap_theme() |
7.x-3.x template.php | bootstrap_theme(&$existing, $type, $theme, $path) |
See Also
- \Drupal\bootstrap\Bootstrap::getInfo()
Source ./bootstrap.theme (line 126)
function bootstrap_theme() {
return Bootstrap::getThemeHooks();
}