You are here

public property PaymentMethod::$active in Payment 8.2

Whether the plugin is active.

Inactive plugins should not be used to initiate new payments with, but appear in the administration user interface and can be used to continue processing existing payments.

Type: bool

File

src/Annotations/PaymentMethod.php, line 23

Class

PaymentMethod
Defines a payment method plugin annotation.

Namespace

Drupal\payment\Annotations

Code

public $active = TRUE;