You are here

function panels_common_settings_validate in Panels 7.3

Same name and namespace in other branches
  1. 6.3 includes/common.inc \panels_common_settings_validate()

Submit hook for panels_common_settings.

File

includes/common.inc, line 343
Functions used by more than one panels client module.

Code

function panels_common_settings_validate($form, &$form_state) {
  panels_common_allowed_layouts_form_validate($form, $form_state);
}