You are here

function apachesolr_image_theme in Apache Solr Search 6

Same name and namespace in other branches
  1. 6.2 contrib/apachesolr_image/apachesolr_image.module \apachesolr_image_theme()

Implementation of hook_theme().

File

contrib/apachesolr_image/apachesolr_image.module, line 54

Code

function apachesolr_image_theme() {
  return array(
    'apachesolr_image_snippet' => array(
      'arguments' => array(
        'item' => NULL,
      ),
    ),
  );
}