You are here

PayPalExpressOperationsProvider.php in PayPal for Payment 8

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

File

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

namespace Drupal\paypal_payment\Plugin\Payment\Method;


/**
 * Provides paypal_payment_express operations based on config entities.
 */
class PayPalExpressOperationsProvider extends PayPalBasicOperationsProvider {

}

Classes

Namesort descending Description
PayPalExpressOperationsProvider Provides paypal_payment_express operations based on config entities.