abstract protected function PayPalBasicDeriver::getId in PayPal for Payment 8
Same name and namespace in other branches
- 2.0.x src/Plugin/Payment/Method/PayPalBasicDeriver.php \Drupal\paypal_payment\Plugin\Payment\Method\PayPalBasicDeriver::getId()
TODO: Is there a built in way to determine this id from the deriver?
Return value
string
1 call to PayPalBasicDeriver::getId()
- PayPalBasicDeriver::getDerivativeDefinitions in src/
Plugin/ Payment/ Method/ PayPalBasicDeriver.php - Gets the definition of all derivatives of a base plugin.
2 methods override PayPalBasicDeriver::getId()
- PayPalExpressDeriver::getId in src/
Plugin/ Payment/ Method/ PayPalExpressDeriver.php - TODO: Is there a built in way to determine this id from the deriver?
- PayPalStandardDeriver::getId in src/
Plugin/ Payment/ Method/ PayPalStandardDeriver.php - TODO: Is there a built in way to determine this id from the deriver?
File
- src/
Plugin/ Payment/ Method/ PayPalBasicDeriver.php, line 17
Class
- PayPalBasicDeriver
- Abstract class for PayPal payment method derivers.
Namespace
Drupal\paypal_payment\Plugin\Payment\MethodCode
protected abstract function getId() : string;