ixm_blocks-1.0.x-dev/modules/ixm_blocks_ping_pong/ixm_blocks_ping_pong.module
modules/ixm_blocks_ping_pong/ixm_blocks_ping_pong.module
<?php
/**
* @file
* IXM Blocks Ping-Pong submodule.
*/
/**
* Implements hook_theme().
*/
function ixm_blocks_ping_pong_theme($existing, $type, $theme, $path) {
return [
'block__ixm_blocks_ping_pong' => [
'base hook' => 'block',
'template' => 'block--ixm-blocks-ping-pong',
],
];
}
