You are here

function bootstrap_bootstrap_layouts_class_options_alter in Express 8

See also

hook_bootstrap_layouts_class_options_alter().

File

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

Code

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