You are here

namespace Drupal\commerce_order in Commerce Core 8.2

Classsort descending Location Description
AddressBook modules/order/src/AddressBook.php
AddressBookInterface modules/order/src/AddressBookInterface.php Represents a customer's address book.
Adjustment modules/order/src/Adjustment.php Represents an adjustment.
AdjustmentTransformer modules/order/src/AdjustmentTransformer.php
AdjustmentTransformerInterface modules/order/src/AdjustmentTransformerInterface.php Provides common logic for processing and transforming adjustments.
AdjustmentTypeManager modules/order/src/AdjustmentTypeManager.php Manages discovery and instantiation of commerce_adjustment_type plugins.
AvailabilityCheckerInterface modules/order/src/AvailabilityCheckerInterface.php Defines the interface for availability checkers.
AvailabilityManager modules/order/src/AvailabilityManager.php Default implementation of the availability manager.
AvailabilityManagerInterface modules/order/src/AvailabilityManagerInterface.php Runs the added checkers to determine the availability of an order item.
AvailabilityOrderProcessor modules/order/src/AvailabilityOrderProcessor.php Provides an order processor that removes entities that are no longer available.
AvailabilityResult modules/order/src/AvailabilityResult.php Provides a value object representing the "availability" of an order item.
CommerceOrderServiceProvider modules/order/src/CommerceOrderServiceProvider.php Registers the PriceCalculator compiler pass.
EntityAdjustableInterface modules/order/src/EntityAdjustableInterface.php Defines an interface for objects that contain adjustments.
OrderAccessControlHandler modules/order/src/OrderAccessControlHandler.php Controls access based on the Order entity permissions.
OrderAssignment modules/order/src/OrderAssignment.php
OrderAssignmentInterface modules/order/src/OrderAssignmentInterface.php Handles assigning orders to customers.
OrderBalanceFieldItemList modules/order/src/OrderBalanceFieldItemList.php Computed field item list for the 'balance' commerce_order field.
OrderItemAccessControlHandler modules/order/src/OrderItemAccessControlHandler.php Provides an access control handler for order items.
OrderItemPermissionProvider modules/order/src/OrderItemPermissionProvider.php Provides permissions for order items.
OrderItemStorage modules/order/src/OrderItemStorage.php Defines the order item storage.
OrderItemStorageInterface modules/order/src/OrderItemStorageInterface.php Defines the interface for order item storage.
OrderItemTypeListBuilder modules/order/src/OrderItemTypeListBuilder.php Defines the list builder for order item types.
OrderItemViewsData modules/order/src/OrderItemViewsData.php Provides views data for order items.
OrderListBuilder modules/order/src/OrderListBuilder.php Defines the list builder for orders.
OrderPermissionProvider modules/order/src/OrderPermissionProvider.php Provides permissions for orders.
OrderPreprocessorInterface modules/order/src/OrderPreprocessorInterface.php Defines an interface for order preprocessors.
OrderProcessorInterface modules/order/src/OrderProcessorInterface.php Defines an interface for order processors.
OrderQueryAccessHandler modules/order/src/OrderQueryAccessHandler.php Controls query access based on the Order entity permissions.
OrderRefresh modules/order/src/OrderRefresh.php Default implementation for order refresh.
OrderRefreshInterface modules/order/src/OrderRefreshInterface.php Runs order refresh on draft orders.
OrderRouteProvider modules/order/src/OrderRouteProvider.php Provides routes for the Order entity.
OrderStorage modules/order/src/OrderStorage.php Defines the order storage.
OrderTotalSummary modules/order/src/OrderTotalSummary.php
OrderTotalSummaryInterface modules/order/src/OrderTotalSummaryInterface.php
OrderTypeListBuilder modules/order/src/OrderTypeListBuilder.php Defines the list builder for order types.
PriceCalculator modules/order/src/PriceCalculator.php
PriceCalculatorInterface modules/order/src/PriceCalculatorInterface.php Calculates the price a purchasable entity would have if it was in an order.
PriceCalculatorResult modules/order/src/PriceCalculatorResult.php Represents the result of a price calculation.
PriceSplitter modules/order/src/PriceSplitter.php
PriceSplitterInterface modules/order/src/PriceSplitterInterface.php Splits price amounts across order items.