simplytest-8.x-4.x-dev/modules/simplytest_ocd_umami/simplytet_ocd_umami.module
modules/simplytest_ocd_umami/simplytet_ocd_umami.module
<?php
/**
* Implements hook_theme().
*/
function simplytest_ocd_umami_theme($existing, $type, $theme, $path) {
return [
'simplytest_tugboat_config_umami_yml' => [],
];
}
