You are here

public function CommerceLicenseRemoteExample::isConfigurable in Commerce License 7

Implements CommerceLicenseInterface::isConfigurable().

Overrides CommerceLicenseBase::isConfigurable

File

modules/commerce_license_example/plugins/license_type/CommerceLicenseRemoteExample.class.php, line 47

Class

CommerceLicenseRemoteExample
Remote example license type.

Code

public function isConfigurable() {
  return FALSE;
}