You are here

public function MolliePaymentDeriver::__construct in Mollie Payment 8.2

Constructs a new instance.

File

src/Plugin/Payment/Method/MolliePaymentDeriver.php, line 35

Class

MolliePaymentDeriver
Derives payment method plugin definitions based on configuration entities.

Namespace

Drupal\mollie_payment\Plugin\Payment\Method

Code

public function __construct(EntityStorageInterface $payment_method_configuration_storage, PaymentMethodConfigurationManagerInterface $payment_method_configuration_manager) {
  $this->paymentMethodConfigurationStorage = $payment_method_configuration_storage;
  $this->paymentMethodConfigurationManager = $payment_method_configuration_manager;
}