You are here

function bear_paragraph_banner_theme in Bear 8.2

Same name and namespace in other branches
  1. 8 modules/custom/bear_paragraph_banner/bear_paragraph_banner.module \bear_paragraph_banner_theme()

Implements hook_theme().

File

modules/custom/bear_paragraph_banner/bear_paragraph_banner.module, line 11
Customizations related to the Banner paragraph bundle.

Code

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