You are here

public function PaymentMethodConfigurationListBuilder::setPaymentMethodConfigurationManager in Payment 8.2

Sets the payment method configuration manager.

Parameters

\Drupal\payment\Plugin\Payment\MethodConfiguration\PaymentMethodConfigurationManagerInterface $payment_method_configuration_manager: The payment method configuration manager.

File

src/Entity/PaymentMethodConfiguration/PaymentMethodConfigurationListBuilder.php, line 41

Class

PaymentMethodConfigurationListBuilder
Lists payment method configurations..

Namespace

Drupal\payment\Entity\PaymentMethodConfiguration

Code

public function setPaymentMethodConfigurationManager(PaymentMethodConfigurationManagerInterface $payment_method_configuration_manager) {
  $this->paymentMethodConfigurationManager = $payment_method_configuration_manager;
}