You are here

function views_content_views_select_display_submit in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 views_content/plugins/content_types/views.inc \views_content_views_select_display_submit()

Submit the basic view edit form.

This just dumps everything into the $conf array.

File

views_content/plugins/content_types/views.inc, line 251

Code

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