You are here

function title_form_field_ui_field_overview_form_alter in Title 7

Implements hook_form_FORM_ID_alter().

File

./title.module, line 740

Code

function title_form_field_ui_field_overview_form_alter(&$form, &$form_state) {
  module_load_include('inc', 'title', 'title.admin');
  title_form_field_ui_overview($form, $form_state);
}