You are here

function bear_paragraph_text_and_image_theme in Bear 8.2

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

Implements hook_theme().

File

modules/custom/bear_paragraph_text_and_image/bear_paragraph_text_and_image.module, line 11
Customizations related to the Text and Image paragraph bundle.

Code

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