You are here

PayPalExpressDeriver.php in PayPal for Payment 8

Same filename and directory in other branches
  1. 2.0.x src/Plugin/Payment/Method/PayPalExpressDeriver.php

File

src/Plugin/Payment/Method/PayPalExpressDeriver.php
View source
<?php

namespace Drupal\paypal_payment\Plugin\Payment\Method;


/**
 * Derives payment method plugin definitions based on configuration entities.
 */
class PayPalExpressDeriver extends PayPalBasicDeriver {

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

}

Classes

Namesort descending Description
PayPalExpressDeriver Derives payment method plugin definitions based on configuration entities.