function bootstrap_form_system_theme_settings_alter in Express 8
See also
\Drupal\bootstrap\Plugin\Form\SystemThemeSettings::alterForm()
File
- themes/
contrib/ bootstrap/ bootstrap.theme, line 82  - The primary PHP file for the Drupal Bootstrap base theme.
 
Code
function bootstrap_form_system_theme_settings_alter(&$data, &$context1 = NULL, &$context2 = NULL) {
  Bootstrap::alter(__FUNCTION__, $data, $context1, $context2);
}