You are here

search_api_stats_block.module in Search API Stats 8

File

modules/search_api_stats_block/search_api_stats_block.module
View 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

Namesort descending Description
search_api_stats_block_theme Implements hook_theme().