You are here

constant OrderEvents::ORDER_ITEM_CREATE in Commerce Core 8.2

Name of the event fired after creating a new order item.

Fired before the order item is saved.

See also

\Drupal\commerce_order\Event\OrderItemEvent

File

modules/order/src/Event/OrderEvents.php, line 135

Class

OrderEvents

Namespace

Drupal\commerce_order\Event

Code

const ORDER_ITEM_CREATE = 'commerce_order.commerce_order_item.create';