You are here

public function CommerceLicenseExample::isConfigurable in Commerce License 7

Implements CommerceLicenseInterface::isConfigurable().

Overrides CommerceLicenseBase::isConfigurable

File

modules/commerce_license_example/plugins/license_type/CommerceLicenseExample.class.php, line 52

Class

CommerceLicenseExample
Example license type.

Code

public function isConfigurable() {
  return TRUE;
}