constant ProductEvents::PRODUCT_VARIATION_CREATE in Commerce Core 8.2
Name of the event fired after creating a new product variation.
Fired before the product variation is saved.
See also
\Drupal\commerce_product\Event\ProductVariationEvent
File
- modules/
product/ src/ Event/ ProductEvents.php, line 131
Class
Namespace
Drupal\commerce_product\EventCode
const PRODUCT_VARIATION_CREATE = 'commerce_product.commerce_product_variation.create';