constant UC_FILE_LIMIT_SENTINEL in Ubercart 6.2
Same name and namespace in other branches
- 8.4 uc_file/uc_file.module \UC_FILE_LIMIT_SENTINEL
- 7.3 uc_file/uc_file.module \UC_FILE_LIMIT_SENTINEL
5 uses of UC_FILE_LIMIT_SENTINEL
- uc_file_feature_form in uc_file/
uc_file.module - Form builder for hook_product_feature.
- uc_file_feature_form_submit in uc_file/
uc_file.module - Submit handler for uc_file_feature_form().
- uc_file_get_address_limit in uc_file/
uc_file.module - Gets the maximum number of locations a file can be downloaded from.
- uc_file_get_download_limit in uc_file/
uc_file.module - Gets the maximum number of downloads for a given file.
- uc_file_get_time_limit in uc_file/
uc_file.module - Gets the time expiration for a given file.
File
- uc_file/
uc_file.module, line 23
Code
define('UC_FILE_LIMIT_SENTINEL', -1);