varbase_bootstrap_paragraphs-9.0.0-alpha1/modules/vbp_text_and_image/vbp_text_and_image.module
modules/vbp_text_and_image/vbp_text_and_image.module
<?php
/**
* @file
* Text and image sub-module file.
*/
// Include all helpers.
include_once __DIR__ . '/includes/helpers.inc';
/**
* Implements hook_theme().
*/
function vbp_text_and_image_theme($existing, $type, $theme, $path) {
return [
'paragraph__text_and_image' => [
'base hook' => 'paragraph',
],
];
}
