You are here

public function CommerceLicenseRole::isConfigurable in Commerce License 7

Implements CommerceLicenseInterface::isConfigurable().

Overrides CommerceLicenseBase::isConfigurable

File

modules/commerce_license_role/plugins/license_type/CommerceLicenseRole.class.php, line 11

Class

CommerceLicenseRole
Role license type.

Code

public function isConfigurable() {
  return FALSE;
}