function bp_callout_theme in Bootstrap Paragraphs 8.2
Implements hook_theme().
File
- modules/
bp_callout/ bp_callout.module, line 13 - Bootstrap Paragraphs Callout module file.
Code
function bp_callout_theme($existing, $type, $theme, $path) {
return [
'paragraph__bp_callout' => [
'base hook' => 'paragraph',
],
];
}