You are here

function ds_extras_form_field_ui_display_overview_form_alter in Display Suite 7.2

Same name and namespace in other branches
  1. 7 modules/ds_extras/ds_extras.module \ds_extras_form_field_ui_display_overview_form_alter()

Implements hook_form_FORM_ID_alter().

File

modules/ds_extras/ds_extras.module, line 146
Display Suite extras main functions.

Code

function ds_extras_form_field_ui_display_overview_form_alter(&$form, &$form_state) {
  form_load_include($form_state, 'inc', 'ds_extras', 'includes/ds_extras.admin');
  ds_extras_field_ui_alter($form, $form_state);
}