You are here

namespace Drupal\commerce_payment in Commerce Core 8.2

Classsort descending Location Description
CreditCard modules/payment/src/CreditCard.php Provides logic for listing card types and validating card details.
CreditCardType modules/payment/src/CreditCardType.php Represents a credit card type.
PaymentAccessControlHandler modules/payment/src/PaymentAccessControlHandler.php Defines the access control handler for payments.
PaymentGatewayListBuilder modules/payment/src/PaymentGatewayListBuilder.php Defines the list builder for payment gateways.
PaymentGatewayManager modules/payment/src/PaymentGatewayManager.php Manages discovery and instantiation of payment gateway plugins.
PaymentGatewayStorage modules/payment/src/PaymentGatewayStorage.php Defines the payment gateway storage.
PaymentGatewayStorageInterface modules/payment/src/PaymentGatewayStorageInterface.php Defines the interface for payment gateway storage.
PaymentListBuilder modules/payment/src/PaymentListBuilder.php Defines the list builder for payments.
PaymentMethodAccessControlHandler modules/payment/src/PaymentMethodAccessControlHandler.php Defines the access control handler for payment methods.
PaymentMethodListBuilder modules/payment/src/PaymentMethodListBuilder.php Defines the list builder for payment methods.
PaymentMethodPermissionProvider modules/payment/src/PaymentMethodPermissionProvider.php Provides permissions for payment methods.
PaymentMethodStorage modules/payment/src/PaymentMethodStorage.php Defines the payment method storage.
PaymentMethodStorageInterface modules/payment/src/PaymentMethodStorageInterface.php Defines the interface for payment method storage.
PaymentMethodTypeManager modules/payment/src/PaymentMethodTypeManager.php Manages discovery and instantiation of payment method type plugins.
PaymentOption modules/payment/src/PaymentOption.php Represents a payment option.
PaymentOptionsBuilder modules/payment/src/PaymentOptionsBuilder.php
PaymentOptionsBuilderInterface modules/payment/src/PaymentOptionsBuilderInterface.php Builds payment options for an order.
PaymentOrderProcessor modules/payment/src/PaymentOrderProcessor.php Recalculates the order's total_paid field.
PaymentOrderUpdater modules/payment/src/PaymentOrderUpdater.php
PaymentOrderUpdaterInterface modules/payment/src/PaymentOrderUpdaterInterface.php Updates orders based on payment information.
PaymentStorage modules/payment/src/PaymentStorage.php Defines the payment storage.
PaymentStorageInterface modules/payment/src/PaymentStorageInterface.php Defines the interface for payment storage.
PaymentTypeManager modules/payment/src/PaymentTypeManager.php Manages discovery and instantiation of payment type plugins.