You are here

constant COMMERCE_FILE_LICENSE_LOG_ENTITY_NAME in Commerce File 7

6 uses of COMMERCE_FILE_LICENSE_LOG_ENTITY_NAME
CommerceFileLicenseLogEntity::__construct in includes/commerce_file_license_log.entity.inc
Overridden __construct()
commerce_file_entity_info in ./commerce_file.module
Implements hook_entity_info().
commerce_file_hook_info in ./commerce_file.module
Implements hook_hook_info().
commerce_file_license_log_load_multiple in includes/commerce_file.entities.inc
Load multiple commerce_file_license_logs based on certain conditions.
commerce_file_license_log_wrapper in includes/commerce_file.entities.inc
Return wrapper object for a given license

... See full list

File

./commerce_file.module, line 19
Provides integration of file licenses with Commerce

Code

define('COMMERCE_FILE_LICENSE_LOG_ENTITY_NAME', 'commerce_file_license_log');