You are here

public function CommerceFileLicenseEntity::check_limit_is_unlimited in Commerce File 7

6 calls to CommerceFileLicenseEntity::check_limit_is_unlimited()
CommerceFileLicenseEntity::get_expiration in includes/commerce_file_license.entity.inc
Expiration
CommerceFileLicenseEntity::get_limits in includes/commerce_file_license.entity.inc
Aggregated Limits
CommerceFileLicenseEntity::get_limit_check_access in includes/commerce_file_license.entity.inc
Returns check access for a given limit property
CommerceFileLicenseEntity::get_limit_remaining_value in includes/commerce_file_license.entity.inc
Returns remaining value for a given limit property
CommerceFileLicenseEntity::get_time_remaining in includes/commerce_file_license.entity.inc

... See full list

File

includes/commerce_file_license.entity.inc, line 80
Provides a base class for CommerceFileLicenseEntity.

Class

CommerceFileLicenseEntity
A Commerce File License entity class.

Code

public function check_limit_is_unlimited($value) {
  return self::limit_is_unlimited($value);
}