constant UC_FILE_LIMIT_SENTINEL in Ubercart 8.4
Same name and namespace in other branches
- 6.2 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
- FileFeatureForm::buildForm in uc_file/
src/ Form/ FileFeatureForm.php - Form constructor.
- FileFeatureForm::submitForm in uc_file/
src/ Form/ FileFeatureForm.php - Form submission handler.
- 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 24 - Allows products to be associated with downloadable files.
Code
define('UC_FILE_LIMIT_SENTINEL', -1);