You are here

public function ShippingMethodInterface::getWorkflowId in Commerce Shipping 8.2

Gets the shipment workflow ID.

Return value

string The shipment workflow ID.

1 method overrides ShippingMethodInterface::getWorkflowId()
ShippingMethodBase::getWorkflowId in src/Plugin/Commerce/ShippingMethod/ShippingMethodBase.php
Gets the shipment workflow ID.

File

src/Plugin/Commerce/ShippingMethod/ShippingMethodInterface.php, line 47

Class

ShippingMethodInterface
Defines the base interface for shipping methods.

Namespace

Drupal\commerce_shipping\Plugin\Commerce\ShippingMethod

Code

public function getWorkflowId();