drowl_paragraphs_bs-1.x-dev/modules/drowl_paragraphs_bs_type_anchor/drowl_paragraphs_bs_type_anchor.module
modules/drowl_paragraphs_bs_type_anchor/drowl_paragraphs_bs_type_anchor.module
<?php
/**
* @file
* Drowl_paragraphs_bs_type_anchor module.
*/
/**
* Implements hook_theme().
*/
function drowl_paragraphs_bs_type_anchor_theme($existing, $type, $theme, $path) {
$templates = $path . '/templates';
return [
'paragraph__drowl_paragraphs_bs__anchor' => [
'base hook' => 'paragraph',
'path' => $templates,
],
];
}
