You are here

function bp_card_theme in Bootstrap Paragraphs 8.2

Implements hook_theme().

File

modules/bp_card/bp_card.module, line 13
Bootstrap Paragraphs Card module file.

Code

function bp_card_theme($existing, $type, $theme, $path) {
  return [
    'paragraph__bp_card' => [
      'base hook' => 'paragraph',
    ],
  ];
}