function apachesolr_views_theme in Apache Solr Views 6
Implementation of hook_theme().
File
- ./
apachesolr_views.module, line 19 - Provides Views Implementation for the ApacheSolr Search Integration project drupal.org/project/apachesolr
Code
function apachesolr_views_theme() {
return array(
'apachesolr_views_term_titles' => array(
'term_names' => array(),
),
);
}