You are here

service commerce_order.order_assignment in Commerce Core 8.2

Class

Drupal\commerce_order\OrderAssignment
5 string references to commerce_order.order_assignment
CheckoutOrderTest::testCheckout in modules/checkout/tests/src/Functional/CheckoutOrderTest.php
Tests anonymous and authenticated checkout.
CompletionRegister::create in modules/checkout/src/Plugin/Commerce/CheckoutPane/CompletionRegister.php
Creates an instance of the plugin.
OrderAssignmentTest::setUp in modules/order/tests/src/Kernel/OrderAssignmentTest.php
OrderIntegrationTest::testOrderAssignedLog in modules/log/tests/src/Kernel/OrderIntegrationTest.php
Tests that an order assignment log is generated.
OrderReassignForm::create in modules/order/src/Form/OrderReassignForm.php
Instantiates a new instance of this class.

File

modules/order/commerce_order.services.yml
modules/order/commerce_order.services.yml

View source
  1. class: Drupal\commerce_order\OrderAssignment
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@event_dispatcher'