You are here

constant CartEvents::CART_ORDER_ITEM_REMOVE in Commerce Core 8.2

Name of the event fired after removing an order item from the cart.

Fired before the cart order is saved.

See also

\Drupal\commerce_cart\Event\CartOrderItemRemoveEvent

File

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

Class

CartEvents
Defines events for the cart module.

Namespace

Drupal\commerce_cart\Event

Code

const CART_ORDER_ITEM_REMOVE = 'commerce_cart.order_item.remove';