You are here

PayPalStandardOperationsProvider.php in PayPal for Payment 8

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

File

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

namespace Drupal\paypal_payment\Plugin\Payment\Method;


/**
 * Provides paypal_payment_standard operations based on config entities.
 */
class PayPalStandardOperationsProvider extends PayPalBasicOperationsProvider {

}

Classes

Namesort descending Description
PayPalStandardOperationsProvider Provides paypal_payment_standard operations based on config entities.