You are here

public function PaymentTypeBase::getWorkflowId in Commerce Core 8.2

Gets the payment workflow ID.

Return value

string The payment workflow ID.

Overrides PaymentTypeInterface::getWorkflowId

File

modules/payment/src/Plugin/Commerce/PaymentType/PaymentTypeBase.php, line 22

Class

PaymentTypeBase
Provides the base payment type class.

Namespace

Drupal\commerce_payment\Plugin\Commerce\PaymentType

Code

public function getWorkflowId() {
  return $this->pluginDefinition['workflow'];
}