You are here

function mfw_field_widget_process in Multiupload Filefield Widget 7

An element #process callback for the mfw_file field type.

Expands the mfw_file type to include the description and display fields.

1 string reference to 'mfw_field_widget_process'
multiupload_filefield_widget_field_widget_form in ./multiupload_filefield_widget.field.inc
Implements hook_field_widget_form().

File

./multiupload_filefield_widget.field.inc, line 165
Field module functionality for the Multiple File Widget module.

Code

function mfw_field_widget_process($element, &$form_state, &$form) {
  return file_field_widget_process($element, $form_state, $form);
}