class PayPalStandardDeriver in PayPal for Payment 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/Payment/Method/PayPalStandardDeriver.php \Drupal\paypal_payment\Plugin\Payment\Method\PayPalStandardDeriver
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\PayPalStandardDeriver
Expanded class hierarchy of PayPalStandardDeriver
File
- src/
Plugin/ Payment/ Method/ PayPalStandardDeriver.php, line 8
Namespace
Drupal\paypal_payment\Plugin\Payment\MethodView source
class PayPalStandardDeriver extends PayPalBasicDeriver {
/**
* {@inheritdoc}
*/
protected function getId() : string {
return 'paypal_payment_standard';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PayPalBasicDeriver:: |
public | function | ||
PayPalStandardDeriver:: |
protected | function |
TODO: Is there a built in way to determine this id from the deriver? Overrides PayPalBasicDeriver:: |