You are here

constant CartEvents::CART_ORDER_ITEM_UPDATE in Commerce Core 8.2

Name of the event fired after updating a cart's order item.

Fired before the cart order is saved.

See also

\Drupal\commerce_cart\Event\CartOrderItemUpdateEvent

File

modules/cart/src/Event/CartEvents.php, line 52

Class

CartEvents
Defines events for the cart module.

Namespace

Drupal\commerce_cart\Event

Code

const CART_ORDER_ITEM_UPDATE = 'commerce_cart.order_item.update';