You are here

function bootstrap_theme_registry_alter in Express 8

@todo Remove once a proper replacement for the theme.registry service can be created in a bootstrap_core sub-module.

See also

\Drupal\bootstrap\Plugin\Alter\ThemeRegistry::alter()

File

themes/contrib/bootstrap/bootstrap.theme, line 137
The primary PHP file for the Drupal Bootstrap base theme.

Code

function bootstrap_theme_registry_alter(&$data, &$context1 = NULL, &$context2 = NULL) {
  Bootstrap::alter(__FUNCTION__, $data, $context1, $context2);
}