You are here

class PayPalStandardDeriver in PayPal for Payment 2.0.x

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

Expanded class hierarchy of PayPalStandardDeriver

File

src/Plugin/Payment/Method/PayPalStandardDeriver.php, line 8

Namespace

Drupal\paypal_payment\Plugin\Payment\Method
View source
class PayPalStandardDeriver extends PayPalBasicDeriver {

  /**
   * {@inheritdoc}
   */
  protected function getId() : string {
    return 'paypal_payment_standard';
  }

}

Members

Namesort descending Modifiers Type Description Overrides
PayPalBasicDeriver::getDerivativeDefinitions public function
PayPalStandardDeriver::getId protected function TODO: Is there a built in way to determine this id from the deriver? Overrides PayPalBasicDeriver::getId