function bootstrap_bootstrap_layouts_class_options_alter
8.x-3.x bootstrap.theme | bootstrap_bootstrap_layouts_class_options_alter(&$data, &$context1 = NULL, &$context2 = NULL) |
See Also
- hook_bootstrap_layouts_class_options_alter()
Source ./bootstrap.theme (line 56)
function bootstrap_bootstrap_layouts_class_options_alter(&$data, &$context1 = NULL, &$context2 = NULL) {
Bootstrap::alter(__FUNCTION__, $data, $context1, $context2);
}