You are here

function facets_block_theme in Facets Block 8

Implements hook_theme().

File

./facets_block.module, line 27
This is the primary module file.

Code

function facets_block_theme($existing, $type, $theme, $path) {
  return [
    'facets_block' => [
      'variables' => [
        'show_title' => TRUE,
        'facets' => '',
      ],
    ],
  ];
}