You are here

public function CheckoutFlowInterface::getPlugin in Commerce Core 8.2

Gets the checkout flow plugin.

Return value

\Drupal\commerce_checkout\Plugin\Commerce\CheckoutFlow\CheckoutFlowInterface The checkout flow plugin.

1 method overrides CheckoutFlowInterface::getPlugin()
CheckoutFlow::getPlugin in modules/checkout/src/Entity/CheckoutFlow.php
Gets the checkout flow plugin.

File

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

Class

CheckoutFlowInterface
Defines the interface for checkout flows.

Namespace

Drupal\commerce_checkout\Entity

Code

public function getPlugin();