function bootstrap_theme in Express 8
See also
\Drupal\bootstrap\Bootstrap::getInfo()
3 string references to 'bootstrap_theme'
- JsDelivr::extractThemes in themes/
contrib/ bootstrap/ src/ Plugin/ Provider/ JsDelivr.php - Extracts theme information from files provided by the jsDelivr API.
- JsDelivr::processApi in themes/
contrib/ bootstrap/ src/ Plugin/ Provider/ JsDelivr.php - Processes the provider plugin definition upon discovery.
- LibraryInfo::alter in themes/
contrib/ bootstrap/ src/ Plugin/ Alter/ LibraryInfo.php - Alters data for a specific hook_TYPE_alter() implementation.
File
- themes/
contrib/ bootstrap/ bootstrap.theme, line 125 - The primary PHP file for the Drupal Bootstrap base theme.
Code
function bootstrap_theme() {
return Bootstrap::getThemeHooks();
}