You are here

constant OrderEvents::ORDER_CREATE in Commerce Core 8.2

Name of the event fired after creating a new order.

Fired before the order is saved.

See also

\Drupal\commerce_order\Event\OrderEvent

File

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

Class

OrderEvents

Namespace

Drupal\commerce_order\Event

Code

const ORDER_CREATE = 'commerce_order.commerce_order.create';