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