You are here

public function LateOrderProcessor::__construct in Commerce Shipping 8.2

Constructs a new LateOrderProcessor object.

Parameters

\Drupal\commerce_shipping\ShippingOrderManagerInterface $shipping_order_manager: The shipping order manager.

File

src/LateOrderProcessor.php, line 34

Class

LateOrderProcessor
Completes the order refresh process for shipments.

Namespace

Drupal\commerce_shipping

Code

public function __construct(ShippingOrderManagerInterface $shipping_order_manager) {
  $this->shippingOrderManager = $shipping_order_manager;
}