You are here

service commerce_shipping.shipment_manager in Commerce Shipping 8.2

Class

Drupal\commerce_shipping\ShipmentManager
2 string references to commerce_shipping.shipment_manager
ShipmentManagerTest::setUp in tests/src/Kernel/ShipmentManagerTest.php
ShippingRateWidget::create in src/Plugin/Field/FieldWidget/ShippingRateWidget.php
Creates an instance of the plugin.

File

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

View source
  1. class: Drupal\commerce_shipping\ShipmentManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity.repository'
  5. - '@event_dispatcher'
  6. - '@logger.channel.commerce_shipping'