You are here

function apachesolr_stats_theme in Apache Solr Statistics 6

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

Implementation of hook_theme().

File

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

Code

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