You are here

public function PaymentMethodEditForm::__construct in Commerce Core 8.2

Constructs a new PaymentMethodEditForm instance.

Parameters

\Drupal\commerce\InlineFormManager $inline_form_manager: The inline form manager.

File

modules/payment/src/Form/PaymentMethodEditForm.php, line 29

Class

PaymentMethodEditForm
Provides the payment method edit form.

Namespace

Drupal\commerce_payment\Form

Code

public function __construct(InlineFormManager $inline_form_manager) {
  $this->inlineFormManager = $inline_form_manager;
}