You are here

namespace Drupal\commerce_shipping in Commerce Shipping 8.2

Classsort descending Location Description
CommerceShippingServiceProvider src/CommerceShippingServiceProvider.php Registers event subscribers for non-required modules.
EarlyOrderProcessor src/EarlyOrderProcessor.php Prepares shipments for the order refresh process.
LateOrderProcessor src/LateOrderProcessor.php Completes the order refresh process for shipments.
OrderShipmentSummary src/OrderShipmentSummary.php Default implementation of the order shipment summary.
OrderShipmentSummaryInterface src/OrderShipmentSummaryInterface.php Provides a summary of an order's shipments.
PackageTypeListBuilder src/PackageTypeListBuilder.php Provides a listing of package types.
PackageTypeManager src/PackageTypeManager.php Manages discovery and instantiation of package type plugins.
PackageTypeManagerInterface src/PackageTypeManagerInterface.php Defines the interface for commerce_package_type plugin managers.
PackerManager src/PackerManager.php
PackerManagerInterface src/PackerManagerInterface.php Runs the added packers one by one until one of them returns a result.
ProfileFieldCopy src/ProfileFieldCopy.php Default implementation of profile field copying ("Billing same as shipping").
ProfileFieldCopyInterface src/ProfileFieldCopyInterface.php Copies shared field values from the shipping profile to the billing profile.
ProposedShipment src/ProposedShipment.php Represents a proposed shipment.
ShipmentAccessControlHandler src/ShipmentAccessControlHandler.php Provides an access control handler for shipments.
ShipmentItem src/ShipmentItem.php Represents a shipment item.
ShipmentListBuilder src/ShipmentListBuilder.php Defines the list builder for shipments.
ShipmentManager src/ShipmentManager.php
ShipmentManagerInterface src/ShipmentManagerInterface.php Manages shipments.
ShipmentPermissionProvider src/ShipmentPermissionProvider.php Provides permissions for shipments.
ShipmentRouteProvider src/ShipmentRouteProvider.php Provides routes for the Shipment entity.
ShipmentStorage src/ShipmentStorage.php
ShipmentStorageInterface src/ShipmentStorageInterface.php Defines the interface for shipment storage.
ShipmentTypeListBuilder src/ShipmentTypeListBuilder.php Defines the list builder for shipment types.
ShippingMethodListBuilder src/ShippingMethodListBuilder.php Defines the list builder for shipping methods.
ShippingMethodManager src/ShippingMethodManager.php Manages discovery and instantiation of shipping method plugins.
ShippingMethodStorage src/ShippingMethodStorage.php Defines the shipping method storage.
ShippingMethodStorageInterface src/ShippingMethodStorageInterface.php Defines the interface for shipping method storage.
ShippingOrderManager src/ShippingOrderManager.php
ShippingOrderManagerInterface src/ShippingOrderManagerInterface.php
ShippingRate src/ShippingRate.php Represents a shipping rate.
ShippingService src/ShippingService.php Represents a shipping service.