class PayPalStandardOperationsProvider in PayPal for Payment 8
Same name and namespace in other branches
- 2.0.x 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\payment\Plugin\Payment\Method\PaymentMethodConfigurationOperationsProvider implements ContainerInjectionInterface, PluginOperationsProviderInterface uses StringTranslationTrait
- class \Drupal\payment\Plugin\Payment\Method\BasicOperationsProvider
- class \Drupal\paypal_payment\Plugin\Payment\Method\PayPalBasicOperationsProvider
- class \Drupal\paypal_payment\Plugin\Payment\Method\PayPalStandardOperationsProvider
- class \Drupal\paypal_payment\Plugin\Payment\Method\PayPalBasicOperationsProvider
- class \Drupal\payment\Plugin\Payment\Method\BasicOperationsProvider
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 {
}