You are here

constant StoreEvents::STORE_CREATE in Commerce Core 8.2

Name of the event fired after creating a new store.

Fired before the store is saved.

See also

\Drupal\commerce_store\Event\StoreEvent

File

modules/store/src/Event/StoreEvents.php, line 25

Class

StoreEvents

Namespace

Drupal\commerce_store\Event

Code

const STORE_CREATE = 'commerce_store.commerce_store.create';