You are here

namespace Drupal\payment\Plugin\Payment\Method in Payment 8.2

Classsort descending Location Description
Basic src/Plugin/Payment/Method/Basic.php A basic payment method that does not transfer money.
BasicDeriver src/Plugin/Payment/Method/BasicDeriver.php Derives payment method plugin definitions based on configuration entities.
BasicOperationsProvider src/Plugin/Payment/Method/BasicOperationsProvider.php Provides payment_basic operations based on config entities.
PaymentExecutionPaymentMethodManager src/Plugin/Payment/Method/PaymentExecutionPaymentMethodManager.php Provides a payment method manager for executing a payment.
PaymentMethodBase src/Plugin/Payment/Method/PaymentMethodBase.php A base payment method plugin.
PaymentMethodCapturePaymentInterface src/Plugin/Payment/Method/PaymentMethodCapturePaymentInterface.php Defines a payment method that can capture authorized payments.
PaymentMethodConfigurationOperationsProvider src/Plugin/Payment/Method/PaymentMethodConfigurationOperationsProvider.php Provides operations for payment methods based on config entities.
PaymentMethodInterface src/Plugin/Payment/Method/PaymentMethodInterface.php Defines a payment method.
PaymentMethodManager src/Plugin/Payment/Method/PaymentMethodManager.php Manages discovery and instantiation of payment method plugins.
PaymentMethodManagerInterface src/Plugin/Payment/Method/PaymentMethodManagerInterface.php Defines a payment method manager.
PaymentMethodOperationsProvider src/Plugin/Payment/Method/PaymentMethodOperationsProvider.php Provides operations for the payment method plugin type.
PaymentMethodRefundPaymentInterface src/Plugin/Payment/Method/PaymentMethodRefundPaymentInterface.php Defines a payment method that can Refund authorized payments.
PaymentMethodUpdatePaymentStatusInterface src/Plugin/Payment/Method/PaymentMethodUpdatePaymentStatusInterface.php Defines a payment method that controls payment status updates.
SupportedCurrency src/Plugin/Payment/Method/SupportedCurrency.php Provides a currency that is supported by a payment method.
SupportedCurrencyInterface src/Plugin/Payment/Method/SupportedCurrencyInterface.php Defines a currency that is supported by a payment method.
Unavailable src/Plugin/Payment/Method/Unavailable.php A payment method controller that essentially disables payment methods.