You are here

service commerce_shipping.order_manager in Commerce Shipping 8.2

Class

Drupal\commerce_shipping\ShippingOrderManager
11 string references to commerce_shipping.order_manager
CartIntegrationTest::testEmptyCart in tests/src/Kernel/CartIntegrationTest.php
Tests that emptying a cart removes its shipments.
commerce_shipping_commerce_order_delete in ./commerce_shipping.module
Implements hook_ENTITY_TYPE_delete().
EarlyOrderProcessorTest::setUp in tests/src/Kernel/EarlyOrderProcessorTest.php
LateOrderProcessorTest::setUp in tests/src/Kernel/LateOrderProcessorTest.php
ProfileFieldCopyTest::setUp in tests/src/FunctionalJavascript/ProfileFieldCopyTest.php

... See full list

File

./commerce_shipping.services.yml
commerce_shipping.services.yml

View source
  1. class: Drupal\commerce_shipping\ShippingOrderManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity_type.bundle.info'
  5. - '@commerce_shipping.packer_manager'