You are here

public function WishlistAssignEvent::getWishlist in Commerce Wishlist 8.3

Gets the wishlist entity.

Return value

\Drupal\commerce_wishlist\Entity\WishlistInterface The wishlist entity.

File

src/Event/WishlistAssignEvent.php, line 49

Class

WishlistAssignEvent
Defines the wishlist assign event.

Namespace

Drupal\commerce_wishlist\Event

Code

public function getWishlist() {
  return $this->wishlist;
}