You are here

function views_content_exposed_form_pane_edit_submit in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 views_content/views_content.module \views_content_exposed_form_pane_edit_submit()

Store data for the exposed form in block settings page.

File

views_content/views_content.module, line 87
views_content.module

Code

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