You are here

public property CommercePaymentGateway::$forms in Commerce Core 8.2

The payment gateway forms.

An array of form classes keyed by operation. For example: <code> 'add-payment-method' => "Drupal\commerce_payment\PluginForm\PaymentMethodAddForm", 'capture-payment' => "Drupal\commerce_payment\PluginForm\PaymentCaptureForm", </code>

Type: array

File

modules/payment/src/Annotation/CommercePaymentGateway.php, line 68

Class

CommercePaymentGateway
Defines the payment gateway plugin annotation object.

Namespace

Drupal\commerce_payment\Annotation

Code

public $forms = [];