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