You are here

namespace Drupal\payment\Plugin\Payment\Status in Payment 8.2

Classsort descending Location Description
ConfigDeriver src/Plugin/Payment/Status/ConfigDeriver.php Derives payment status plugin definitions based on configuration entities.
ConfigOperationsProvider src/Plugin/Payment/Status/ConfigOperationsProvider.php Provides payment status operations payment statuses based on config entities.
DefaultPaymentStatus src/Plugin/Payment/Status/DefaultPaymentStatus.php Provides a base class for payment statuses.
PaymentStatusBase src/Plugin/Payment/Status/PaymentStatusBase.php Provides a base payment status.
PaymentStatusInterface src/Plugin/Payment/Status/PaymentStatusInterface.php A payment status plugin.
PaymentStatusManager src/Plugin/Payment/Status/PaymentStatusManager.php Manages discovery and instantiation of payment status plugins.
PaymentStatusManagerInterface src/Plugin/Payment/Status/PaymentStatusManagerInterface.php Defines a payment status manager.
PaymentStatusOperationsProvider src/Plugin/Payment/Status/PaymentStatusOperationsProvider.php Provides operations for the payment status plugin type.