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