You are here

function responsive_preview_device_edit_form_validate in Responsive Theme Preview 7

Form validation handler for responsive_preview_device_edit_form().

Parameters

$form: An associative array containing the structure of the form.

$form_state: An associative array containing the current state of the form.

See also

responsive_preview_device_edit_form()

responsive_preview_device_edit_form_submit()

File

./responsive_preview.admin.inc, line 236
Administrative page callbacks for the responsive_preview module.

Code

function responsive_preview_device_edit_form_validate($form, &$form_state) {
  responsive_preview_validate_device_values($form, $form_state);
}