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