You are here

function apachesolr_multilingual_theme in Apache Solr Multilingual 8

Implements hook_theme().

File

./apachesolr_multilingual.module, line 29
Contains apachesolr_multilingual.module.

Code

function apachesolr_multilingual_theme() {
  $theme = [];
  return $theme;
}