You are here

function amazons3_form_field_ui_field_settings_form_alter in AmazonS3 7.2

Implements hook_form_FORM_ID_alter().

File

./amazons3.module, line 464
Hook implementations for the AmazonS3 module.

Code

function amazons3_form_field_ui_field_settings_form_alter(&$form, &$form_state, $form_id) {
  $type = $form['field']['type']['#value'];
  _amazons3_field_configuration($form, $type);
}