You are here

constant COMMERCE_FILE_FIELD_TYPE in Commerce File 7

13 uses of COMMERCE_FILE_FIELD_TYPE
commerce_file_configure_line_item_type in ./commerce_file.module
Configure a line item type
commerce_file_field_formatter_info_alter in includes/commerce_file.field.inc
Implements hook_field_formatter_info_alter().
commerce_file_filefield_paths_field_type_info in includes/commerce_file.field.inc
Implements hook_filefield_paths_field_type_info() on behalf of image.module.
commerce_file_file_download in ./commerce_file.module
Implements hook_file_download().
commerce_file_license_configure_types in includes/commerce_file.entities.inc
Set default fields for license types

... See full list

File

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

Code

define('COMMERCE_FILE_FIELD_TYPE', 'commerce_file');