You are here

function field_tools_field_edit_form_validate in Field tools 7

Same name and namespace in other branches
  1. 8 field_tools.admin.inc \field_tools_field_edit_form_validate()

Validate handler for the form for all instances of a field.

See also

field_tools_field_edit_form()

field_tools_field_edit_form_submit()

field_ui_field_edit_form_validate()

File

./field_tools.admin.inc, line 432
Contains admin callbacks for the Field tools module.

Code

function field_tools_field_edit_form_validate($form, &$form_state) {
  field_ui_field_edit_form_validate($form, $form_state);
}