ixm_blocks-1.0.x-dev/modules/ixm_blocks_table/ixm_blocks_table.module
modules/ixm_blocks_table/ixm_blocks_table.module
<?php
/**
* @file
* IXM Blocks Table submodule.
*/
/**
* Implements hook_theme().
*/
function ixm_blocks_table_theme($existing, $type, $theme, $path) {
return [
'block__ixm_blocks_table' => [
'base hook' => 'block',
'template' => 'block--ixm-blocks-table',
],
];
}
