You are here

function closeblock_theme in Close Block 8

Same name and namespace in other branches
  1. 6 closeblock.module \closeblock_theme()
  2. 7 closeblock.module \closeblock_theme()

Implements hook_theme().

File

./closeblock.module, line 77
Module's hooks implementations.

Code

function closeblock_theme($existing, $type, $theme, $path) {
  return [
    'custom_block_closeblock' => [
      'variables' => [
        'content' => [],
      ],
    ],
  ];
}