function apachesolr_stats_theme in Apache Solr Statistics 7
Same name and namespace in other branches
- 6.3 apachesolr_stats.module \apachesolr_stats_theme()
- 6 apachesolr_stats.module \apachesolr_stats_theme()
Implements hook_theme().
File
- ./
apachesolr_stats.module, line 995 - Keeps and reports statistics about Apache Solr usage and performance.
Code
function apachesolr_stats_theme() {
return array(
'apachesolr_stats_block' => array(
'variables' => array(
'links',
),
),
);
}