You are here

namespace Drupal\payment in Payment 8.2

Classsort descending Location Description
DatabaseQueue src/DatabaseQueue.php Provides a database-based payment queue.
EventDispatcherCollection src/EventDispatcherCollection.php Dispatches events to a collection of event dispatchers.
EventDispatcherInterface src/EventDispatcherInterface.php Defines a Payment event dispatcher.
LineItemCollection src/LineItemCollection.php Provides a line item collection.
LineItemCollectionInterface src/LineItemCollectionInterface.php Defines a line item collection.
OperationResult src/OperationResult.php Provides an operation result.
OperationResultInterface src/OperationResultInterface.php Defines an operation result.
Payment src/Payment.php Provides wrappers for services.
PaymentAwareInterface src/PaymentAwareInterface.php Defines an object that can be aware of a payment entity.
PaymentAwareTrait src/PaymentAwareTrait.php Provides a default implementation of \Drupal\payment\PaymentAwareInterface.
Permissions src/Permissions.php Provides dynamic permissions
QueueInterface src/QueueInterface.php Defines a payment queue.
SymfonyEventDispatcher src/SymfonyEventDispatcher.php Dispatches Payment events through Symfony's event dispatcher.