You are here

public function ShippingMethodBase::getWorkflowId in Commerce Shipping 8.2

Gets the shipment workflow ID.

Return value

string The shipment workflow ID.

Overrides ShippingMethodInterface::getWorkflowId

File

src/Plugin/Commerce/ShippingMethod/ShippingMethodBase.php, line 123

Class

ShippingMethodBase
Provides the base class for shipping methods.

Namespace

Drupal\commerce_shipping\Plugin\Commerce\ShippingMethod

Code

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