You are here

protected property ListPaymentMethods::$paymentMethodManager in Payment 8.2

The payment method plugin manager used for testing.

Type: \Drupal\payment\Plugin\Payment\Method\PaymentMethodManagerInterface

File

src/Controller/ListPaymentMethods.php, line 20

Class

ListPaymentMethods
Handles the "list all payment methods" route.

Namespace

Drupal\payment\Controller

Code

protected $paymentMethodManager;