public function LicenseTypeInterface::getWorkflowId in Commerce License 8.2
Gets the workflow ID this this license type should use.
Return value
string The ID of the workflow used for this license type.
1 method overrides LicenseTypeInterface::getWorkflowId()
- LicenseTypeBase::getWorkflowId in src/
Plugin/ Commerce/ LicenseType/ LicenseTypeBase.php - Gets the workflow ID this this license type should use.
File
- src/
Plugin/ Commerce/ LicenseType/ LicenseTypeInterface.php, line 66
Class
- LicenseTypeInterface
- Defines the interface for license types.
Namespace
Drupal\commerce_license\Plugin\Commerce\LicenseTypeCode
public function getWorkflowId();