protected function PayPalExpressDeriver::getId 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::getId()
TODO: Is there a built in way to determine this id from the deriver?
Return value
string
Overrides PayPalBasicDeriver::getId
File
- src/
Plugin/ Payment/ Method/ PayPalExpressDeriver.php, line 13
Class
- PayPalExpressDeriver
- Derives payment method plugin definitions based on configuration entities.
Namespace
Drupal\paypal_payment\Plugin\Payment\MethodCode
protected function getId() : string {
return 'paypal_payment_express';
}