You are here

function fences_form_field_ui_field_edit_form_alter in Fences 7

Same name and namespace in other branches
  1. 7.2 fences.module \fences_form_field_ui_field_edit_form_alter()

Implements hook_form_FORM_ID_alter().

File

./fences.module, line 78
Fences is a module providing configurable field wrappers.

Code

function fences_form_field_ui_field_edit_form_alter(&$form, &$form_state) {
  module_load_include('inc', 'fences', 'fences.admin');
  _fences_form_field_ui_field_edit_form_alter($form, $form_state);
}