protected function PayPalStandardDeriver::getId in PayPal for Payment 8
Same name and namespace in other branches
- 2.0.x src/Plugin/Payment/Method/PayPalStandardDeriver.php \Drupal\paypal_payment\Plugin\Payment\Method\PayPalStandardDeriver::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/ PayPalStandardDeriver.php, line 13
Class
- PayPalStandardDeriver
- Derives payment method plugin definitions based on configuration entities.
Namespace
Drupal\paypal_payment\Plugin\Payment\MethodCode
protected function getId() : string {
return 'paypal_payment_standard';
}