You are here

namespace Drupal\paypal_payment\Plugin\Payment\Method in PayPal for Payment 8

Same name in other branches
  1. 2.0.x Drupal\paypal_payment\Plugin\Payment\Method
Classsort descending Location Description
PayPalBasic src/Plugin/Payment/Method/PayPalBasic.php Abstract class for PayPal payment methods.
PayPalBasicDeriver src/Plugin/Payment/Method/PayPalBasicDeriver.php Abstract class for PayPal payment method derivers.
PayPalBasicOperationsProvider src/Plugin/Payment/Method/PayPalBasicOperationsProvider.php Abstract class for PayPal payment method operation providers.
PayPalExpress src/Plugin/Payment/Method/PayPalExpress.php PayPal Express payment method.
PayPalExpressDeriver src/Plugin/Payment/Method/PayPalExpressDeriver.php Derives payment method plugin definitions based on configuration entities.
PayPalExpressOperationsProvider src/Plugin/Payment/Method/PayPalExpressOperationsProvider.php Provides paypal_payment_express operations based on config entities.
PayPalStandard src/Plugin/Payment/Method/PayPalStandard.php PayPal Standard payment method.
PayPalStandardDeriver src/Plugin/Payment/Method/PayPalStandardDeriver.php Derives payment method plugin definitions based on configuration entities.
PayPalStandardOperationsProvider src/Plugin/Payment/Method/PayPalStandardOperationsProvider.php Provides paypal_payment_standard operations based on config entities.