public function CommerceLicenseBase::isConfigurable in Commerce License 7
Implements CommerceLicenseInterface::isConfigurable().
Overrides CommerceLicenseInterface::isConfigurable
3 methods override CommerceLicenseBase::isConfigurable()
- CommerceLicenseExample::isConfigurable in modules/
commerce_license_example/ plugins/ license_type/ CommerceLicenseExample.class.php - Implements CommerceLicenseInterface::isConfigurable().
- CommerceLicenseRemoteExample::isConfigurable in modules/
commerce_license_example/ plugins/ license_type/ CommerceLicenseRemoteExample.class.php - Implements CommerceLicenseInterface::isConfigurable().
- CommerceLicenseRole::isConfigurable in modules/
commerce_license_role/ plugins/ license_type/ CommerceLicenseRole.class.php - Implements CommerceLicenseInterface::isConfigurable().
File
- includes/
plugins/ license_type/ base.inc, line 266 - Abstract and interface plugin implementation.
Class
- CommerceLicenseBase
- License base class.
Code
public function isConfigurable() {
return FALSE;
}