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
Namespace
Drupal\commerce_order\EventCode
const ORDER_CREATE = 'commerce_order.commerce_order.create';