You are here

bear_paragraph_banner.module in Bear 8.2

Same filename and directory in other branches
  1. 8 modules/custom/bear_paragraph_banner/bear_paragraph_banner.module

Customizations related to the Banner paragraph bundle.

File

modules/custom/bear_paragraph_banner/bear_paragraph_banner.module
View source
<?php

/**
 * @file
 * Customizations related to the Banner paragraph bundle.
 */

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

Functions

Namesort descending Description
bear_paragraph_banner_theme Implements hook_theme().