PayPalStandardDeriver.php in PayPal for Payment 8
Same filename and directory in other branches
File
src/Plugin/Payment/Method/PayPalStandardDeriver.phpView source
<?php
namespace Drupal\paypal_payment\Plugin\Payment\Method;
/**
* Derives payment method plugin definitions based on configuration entities.
*/
class PayPalStandardDeriver extends PayPalBasicDeriver {
/**
* {@inheritdoc}
*/
protected function getId() : string {
return 'paypal_payment_standard';
}
}
Classes
Name | Description |
---|---|
PayPalStandardDeriver | Derives payment method plugin definitions based on configuration entities. |