function ds_preprocess_field_form_validate in Display Suite 7.2
Same name and namespace in other branches
- 6.3 includes/ds.fields.inc \ds_preprocess_field_form_validate()
- 6 includes/ds.fields.inc \ds_preprocess_field_form_validate()
- 6.2 includes/ds.fields.inc \ds_preprocess_field_form_validate()
- 7 ds.fields.inc \ds_preprocess_field_form_validate()
CTools field form validation.
1 string reference to 'ds_preprocess_field_form_validate'
- ds_edit_preprocess_field_form in modules/
ds_ui/ includes/ ds.fields.inc - Manage a Preprocess field.
File
- modules/
ds_ui/ includes/ ds.fields.inc, line 415 - Administrative functions for managing custom fields for every entity.
Code
function ds_preprocess_field_form_validate($form, &$form_state) {
$form_state['field']->field_type = DS_FIELD_TYPE_PREPROCESS;
}