You are here

function apachesolr_confgen_theme in Apache Solr Config Generator 8

Implements hook_theme().

File

./apachesolr_confgen.module, line 29
Contains apachesolr_confgen.module.

Code

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