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