bear_paragraph_banner.module in Bear 8
Same filename and directory in other branches
Customizations related to the Banner paragraph bundle.
File
modules/custom/bear_paragraph_banner/bear_paragraph_banner.moduleView 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
Name | Description |
---|---|
bear_paragraph_banner_theme | Implements hook_theme(). |