You are here

constant PriceListEvents::PRICELIST_CREATE in Commerce Pricelist 8.2

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

Fired before the price list is saved.

See also

\Drupal\commerce_pricelist\Event\PriceListEvent

File

src/Event/PriceListEvents.php, line 25

Class

PriceListEvents

Namespace

Drupal\commerce_pricelist\Event

Code

const PRICELIST_CREATE = 'commerce_pricelist.commerce_pricelist.create';