class PayPalExpressDeriver in PayPal for Payment 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/Payment/Method/PayPalExpressDeriver.php \Drupal\paypal_payment\Plugin\Payment\Method\PayPalExpressDeriver
Derives payment method plugin definitions based on configuration entities.
Hierarchy
- class \Drupal\paypal_payment\Plugin\Payment\Method\PayPalBasicDeriver extends \Drupal\payment\Plugin\Payment\Method\BasicDeriver
- class \Drupal\paypal_payment\Plugin\Payment\Method\PayPalExpressDeriver
Expanded class hierarchy of PayPalExpressDeriver
File
- src/
Plugin/ Payment/ Method/ PayPalExpressDeriver.php, line 8
Namespace
Drupal\paypal_payment\Plugin\Payment\MethodView source
class PayPalExpressDeriver extends PayPalBasicDeriver {
/**
* {@inheritdoc}
*/
protected function getId() : string {
return 'paypal_payment_express';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PayPalBasicDeriver:: |
public | function | ||
PayPalExpressDeriver:: |
protected | function |
TODO: Is there a built in way to determine this id from the deriver? Overrides PayPalBasicDeriver:: |