search_api_stats_block.module in Search API Stats 8
File
modules/search_api_stats_block/search_api_stats_block.moduleView source
<?php
/**
* @file
* search_api_stats_block.module
*/
/**
* Implements hook_theme().
*/
function search_api_stats_block_theme($existing, $type, $theme, $path) {
return [
'search_api_stats_block' => [
'variables' => [
'path' => '',
'param_name' => '',
'stats' => [],
],
],
];
}
Functions
Name | Description |
---|---|
search_api_stats_block_theme | Implements hook_theme(). |