public function CommerceLicenseInterface::activate in Commerce License 7
Activates the license.
1 method overrides CommerceLicenseInterface::activate()
- CommerceLicenseBase::activate in includes/
plugins/ license_type/ base.inc - Implements CommerceLicenseInterface::activate().
File
- includes/
plugins/ license_type/ base.inc, line 105 - Abstract and interface plugin implementation.
Class
- CommerceLicenseInterface
- Ensures basic required behavior for a license.
Code
public function activate();