You are here

function search_api_stats_block_theme in Search API Stats 7

Same name and namespace in other branches
  1. 8 modules/search_api_stats_block/search_api_stats_block.module \search_api_stats_block_theme()

Implements hook_theme().

File

contrib/search_api_stats_block/search_api_stats_block.module, line 104
search_api_stats_block.module

Code

function search_api_stats_block_theme($existing, $type, $theme, $path) {
  return array(
    'search_api_stats_block' => array(
      'variables' => array(
        'phrases' => NULL,
        'path' => NULL,
        'param_name' => NULL,
      ),
      'file' => 'search_api_stats_block.theme.inc',
    ),
  );
}