You are here

constant PromotionEvents::PROMOTION_CREATE in Commerce Core 8.2

Name of the event fired after creating a new promotion.

Fired before the promotion is saved.

See also

\Drupal\commerce_promotion\Event\PromotionEvent

File

modules/promotion/src/Event/PromotionEvents.php, line 25

Class

PromotionEvents

Namespace

Drupal\commerce_promotion\Event

Code

const PROMOTION_CREATE = 'commerce_promotion.commerce_promotion.create';