You are here

protected function PayPalExpressDeriver::getId in PayPal for Payment 8

Same name and namespace in other branches
  1. 2.0.x 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\Method

Code

protected function getId() : string {
  return 'paypal_payment_express';
}