You are here

public property PaymentType::$operations_provider in Payment 8.2

The name of the class that provides plugin operations.

The class must implement \Drupal\plugin\PluginOperationsProviderInterface.

Type: string

File

src/Annotations/PaymentType.php, line 49

Class

PaymentType
Defines a payment type plugin annotation.

Namespace

Drupal\payment\Annotations

Code

public $operations_provider;