You are here

function fieldable_panels_panes_entity_edit_form_validate in Fieldable Panels Panes (FPP) 7

Validate callback for the pane entity.

1 call to fieldable_panels_panes_entity_edit_form_validate()
fieldable_panels_panes_fieldable_panels_pane_content_type_edit_form_validate in plugins/content_types/fieldable_panels_pane.inc
Validate submission of our content type edit form.

File

./fieldable_panels_panes.module, line 1469
Maintains an entity that appears as panel pane content.

Code

function fieldable_panels_panes_entity_edit_form_validate($form, &$form_state) {
  field_attach_form_validate('fieldable_panels_pane', $form_state['entity'], $form, $form_state);
}