You are here

function apachesolr_confgen_create_solrcore_properties_lines in Apache Solr Config Generator 6

Same name and namespace in other branches
  1. 7 apachesolr_confgen.admin.inc \apachesolr_confgen_create_solrcore_properties_lines()
1 string reference to 'apachesolr_confgen_create_solrcore_properties_lines'
apachesolr_confgen_form_validate in ./apachesolr_confgen.admin.inc
Implements hook_form_validate().

File

./apachesolr_confgen.admin.inc, line 198
Schema generator

Code

function apachesolr_confgen_create_solrcore_properties_lines(&$value, $key) {
  $value = $key . '=' . $value;
}