You are here

function commerce_file_filefield_paths_field_type_info in Commerce File 7

Implements hook_filefield_paths_field_type_info() on behalf of image.module.

File

includes/commerce_file.field.inc, line 90
Implement an commerce_file field, based on the file module's file field.

Code

function commerce_file_filefield_paths_field_type_info() {
  return array(
    COMMERCE_FILE_FIELD_TYPE,
  );
}