public function CommerceFileLicenseEntity::get_data_unlimited_value in Commerce File 7
Return license property unlimited value
1 call to CommerceFileLicenseEntity::get_data_unlimited_value()
- CommerceFileLicenseEntity::get_limit_remaining_value in includes/
commerce_file_license.entity.inc - Returns remaining value for a given limit property
File
- includes/
commerce_file_license.entity.inc, line 76 - Provides a base class for CommerceFileLicenseEntity.
Class
- CommerceFileLicenseEntity
- A Commerce File License entity class.
Code
public function get_data_unlimited_value() {
return self::DATA_UNLIMITED;
}