function commerce_file_field_is_empty in Commerce File 7
Implements hook_field_is_empty().
File
- includes/
commerce_file.field.inc, line 333 - Implement an commerce_file field, based on the file module's file field.
Code
function commerce_file_field_is_empty($item, $field) {
return file_field_is_empty($item, $field);
}