You are here

public function CommerceLicenseInterface::suspend in Commerce License 7

Suspends the license.

1 method overrides CommerceLicenseInterface::suspend()
CommerceLicenseBase::suspend in includes/plugins/license_type/base.inc
Implements CommerceLicenseInterface::suspend().

File

includes/plugins/license_type/base.inc, line 115
Abstract and interface plugin implementation.

Class

CommerceLicenseInterface
Ensures basic required behavior for a license.

Code

public function suspend();