You are here

constant ProductEvents::PRODUCT_CREATE in Commerce Core 8.2

Name of the event fired after creating a new product.

Fired before the product is saved.

See also

\Drupal\commerce_product\Event\ProductEvent

File

modules/product/src/Event/ProductEvents.php, line 25

Class

ProductEvents

Namespace

Drupal\commerce_product\Event

Code

const PRODUCT_CREATE = 'commerce_product.commerce_product.create';