constant COMMERCE_LICENSE_PENDING in Commerce License 7
4 uses of COMMERCE_LICENSE_PENDING
- CommerceLicenseRemoteBase::activate in includes/
plugins/ license_type/ base.inc - Overrides CommerceLicenseBase::activate().
- CommerceLicenseRemoteBase::save in includes/
plugins/ license_type/ base.inc - Overrides Entity::save().
- CommerceLicenseRemoteExample::synchronize in modules/
commerce_license_example/ plugins/ license_type/ CommerceLicenseRemoteExample.class.php - Implements CommerceLicenseSynchronizableInterface::synchronize().
- commerce_license_get_access_details in ./
commerce_license.module - Returns the access details of an activated license, or "N/A" if the license hasn't been activated yet or has no access details.
File
- ./
commerce_license.module, line 10 - Provides a framework for selling access to local or remote resources.
Code
define('COMMERCE_LICENSE_PENDING', 1);