You are here

function apachesolr_confgen_variable_info in Apache Solr Config Generator 7

Implements hook_variable_info().

File

./apachesolr_confgen.variable.inc, line 10
Variable information

Code

function apachesolr_confgen_variable_info($options = array()) {
  $variables['apachesolr_confgen_solr_version_dependent_variables'] = array(
    'title' => t('Solr version dependent variables.', array(), $options),
    'type' => 'array',
    'default' => array(),
  );
  return $variables;
}