You are here

function apachesolr_commentsearch_theme in Apache Solr Search 6.2

Implementation of hook_theme().

File

contrib/apachesolr_commentsearch/apachesolr_commentsearch.module, line 173

Code

function apachesolr_commentsearch_theme() {
  return array(
    'apachesolr_commentsearch_breadcrumb_type' => array(
      'arguments' => array(
        'field' => NULL,
      ),
    ),
  );
}