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