You are here

constant WishlistEvents::WISHLIST_CREATE in Commerce Wishlist 8.3

Name of the event fired after creating a new wishlist.

Fired before the wishlist is saved.

See also

\Drupal\commerce_wishlist\Event\WishlistEvent

File

src/Event/WishlistEvents.php, line 64

Class

WishlistEvents
Defines events for the wishlist module.

Namespace

Drupal\commerce_wishlist\Event

Code

const WISHLIST_CREATE = 'commerce_wishlist.commerce_wishlist.create';