You are here

service commerce_shipping.packer_manager in Commerce Shipping 8.2

Class

Drupal\commerce_shipping\PackerManager

Tags

  • service_collector
1 string reference to commerce_shipping.packer_manager
ShippingInformation::create in src/Plugin/Commerce/CheckoutPane/ShippingInformation.php
Creates an instance of the plugin.

File

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

View source
  1. class: Drupal\commerce_shipping\PackerManager
  2. arguments:
  3. - '@entity_type.manager'
  4. tags:
  5. - { name: service_collector, call: addPacker, tag: commerce_shipping.packer }