function theme_bootstrap_carousel_field_formatter_default in bootstrap_carousel 7
Renders the bootstrap_carousel formatter.
1 theme call to theme_bootstrap_carousel_field_formatter_default()
File
- ./
bootstrap_carousel.module, line 237 - Bootstrap carousel module hooks.
Code
function theme_bootstrap_carousel_field_formatter_default($item) {
return "{$item['carousel_text']}: {$item['carousel_image']}";
}