You are here

constant COMMERCE_FILE_FIELD_INHERIT in Commerce File 7

5 uses of COMMERCE_FILE_FIELD_INHERIT
commerce_file_field_widget_info in includes/commerce_file.field.inc
Implements hook_field_widget_info().
commerce_file_set_file_target in ./commerce_file.feeds.inc
File target callback for hook_feeds_processor_targets_alter().
MigrateCommerceFileFieldHandler::_field_data_defaults in migrate/destinations/fields.inc
Returns the data array defaults for a Commerce File field
_commerce_file_field_add_license_elements in includes/commerce_file.field.inc
License settings element generator
_commerce_file_field_setting_is_inherited in includes/commerce_file.field.inc
Check if field limit setting value is set to Unlimited

File

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

Code

define('COMMERCE_FILE_FIELD_INHERIT', -1);