You are here

function panels_edit_display_form_validate in Panels 7.3

Handle form validation of the display content editor.

1 call to panels_edit_display_form_validate()
panels_panel_context_edit_content_validate in plugins/task_handlers/panel_context.inc
Validate changes to the panel content form.

File

includes/display-edit.inc, line 139
Core Panels API include file containing various display-editing functions. This includes all the basic editing forms (content, layout, layout settings) as well as the ajax modal forms associated with them.

Code

function panels_edit_display_form_validate($form, &$form_state) {
  panels_edit_display_settings_form_validate($form, $form_state);
}