You are here

constant CartEvents::CART_EMPTY in Commerce Core 8.2

Name of the event fired after emptying the cart order.

Fired before the cart order is saved.

See also

\Drupal\commerce_cart\Event\CartEmptyEvent

File

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

Class

CartEvents
Defines events for the cart module.

Namespace

Drupal\commerce_cart\Event

Code

const CART_EMPTY = 'commerce_cart.cart.empty';