public function CommerceLicenseInterface::isConfigurable in Commerce License 7
Returns whether a license is configurable.
Configurable licenses are editable by the customer, either through the add to cart form (via Inline Entity Form) or through a checkout pane.
The output of this method determines whether form(), formValidate() and formSubmit() will be called.
Return value
TRUE if the license is configurable, FALSE otherwise.
1 method overrides CommerceLicenseInterface::isConfigurable()
- CommerceLicenseBase::isConfigurable in includes/
plugins/ license_type/ base.inc - Implements CommerceLicenseInterface::isConfigurable().
File
- includes/
plugins/ license_type/ base.inc, line 49 - Abstract and interface plugin implementation.
Class
- CommerceLicenseInterface
- Ensures basic required behavior for a license.
Code
public function isConfigurable();