You are here

public property CommercePaymentGateway::$modes in Commerce Core 8.2

The supported modes.

An array of mode labels keyed by machine name.

Type: string[]

File

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

Class

CommercePaymentGateway
Defines the payment gateway plugin annotation object.

Namespace

Drupal\commerce_payment\Annotation

Code

public $modes;