You are here

public function CheckoutFlowForm::__construct in Commerce Core 8.2

Constructs a new CheckoutFlowForm object.

Parameters

\Drupal\commerce_checkout\CheckoutFlowManager $plugin_manager: The checkout flow plugin manager.

File

modules/checkout/src/Form/CheckoutFlowForm.php, line 25

Class

CheckoutFlowForm

Namespace

Drupal\commerce_checkout\Form

Code

public function __construct(CheckoutFlowManager $plugin_manager) {
  $this->pluginManager = $plugin_manager;
}