You are here

function panopoly_search_facet_content_type_edit_form_submit in Panopoly Search 7

File

plugins/content_types/facet/facet.inc, line 58

Code

function panopoly_search_facet_content_type_edit_form_submit($form, &$form_state) {
  $form_state['conf']['delta'] = $form_state['values']['delta'];
}