You are here

function apachesolr_stats_theme in Apache Solr Statistics 6.3

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

Implementation of hook_theme().

File

./apachesolr_stats.module, line 963
Keeps and reports statistics about Apache Solr usage and performance.

Code

function apachesolr_stats_theme() {
  return array(
    'apachesolr_stats_block' => array(
      'arguments' => array(
        'links',
      ),
    ),
  );
}