function bootstrap_carousel_theme in bootstrap_carousel 7
Implements hook_theme().
File
- ./
bootstrap_carousel.module, line 224 - Bootstrap carousel module hooks.
Code
function bootstrap_carousel_theme() {
return array(
'bootstrap_carousel_field_formatter_default' => array(
'variables' => array(
'item' => NULL,
),
),
);
}