public function PaymentTypeInterface::getWorkflowId in Commerce Core 8.2
Gets the payment workflow ID.
Return value
string The payment workflow ID.
1 method overrides PaymentTypeInterface::getWorkflowId()
- PaymentTypeBase::getWorkflowId in modules/
payment/ src/ Plugin/ Commerce/ PaymentType/ PaymentTypeBase.php - Gets the payment workflow ID.
File
- modules/
payment/ src/ Plugin/ Commerce/ PaymentType/ PaymentTypeInterface.php, line 26
Class
- PaymentTypeInterface
- Defines the interface for payment types.
Namespace
Drupal\commerce_payment\Plugin\Commerce\PaymentTypeCode
public function getWorkflowId();