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'
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);
}