You are here

constant PriceListEvents::PRICELIST_ITEM_CREATE in Commerce Pricelist 8.2

Name of the event fired after creating a new price list item.

Fired before the price list item is saved.

See also

\Drupal\commerce_pricelist\Event\PriceListItemEvent

File

src/Event/PriceListEvents.php, line 90

Class

PriceListEvents

Namespace

Drupal\commerce_pricelist\Event

Code

const PRICELIST_ITEM_CREATE = 'commerce_pricelist.commerce_pricelist_item.create';