class PayPalStandardOperationsProvider in PayPal for Payment 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/Payment/Method/PayPalStandardOperationsProvider.php \Drupal\paypal_payment\Plugin\Payment\Method\PayPalStandardOperationsProvider
Provides paypal_payment_standard operations based on config entities.
Hierarchy
- class \Drupal\paypal_payment\Plugin\Payment\Method\PayPalBasicOperationsProvider extends \Drupal\payment\Plugin\Payment\Method\BasicOperationsProvider
- class \Drupal\paypal_payment\Plugin\Payment\Method\PayPalStandardOperationsProvider
Expanded class hierarchy of PayPalStandardOperationsProvider
File
- src/
Plugin/ Payment/ Method/ PayPalStandardOperationsProvider.php, line 8
Namespace
Drupal\paypal_payment\Plugin\Payment\MethodView source
class PayPalStandardOperationsProvider extends PayPalBasicOperationsProvider {
}