You are here

public function CheckoutFlowInterface::setPluginId in Commerce Core 8.2

Sets the checkout flow plugin ID.

Parameters

string $plugin_id: The checkout flow plugin ID.

Return value

$this

1 method overrides CheckoutFlowInterface::setPluginId()
CheckoutFlow::setPluginId in modules/checkout/src/Entity/CheckoutFlow.php
Sets the checkout flow plugin ID.

File

modules/checkout/src/Entity/CheckoutFlowInterface.php, line 39

Class

CheckoutFlowInterface
Defines the interface for checkout flows.

Namespace

Drupal\commerce_checkout\Entity

Code

public function setPluginId($plugin_id);