You are here

public function WishlistEvent::getWishlist in Commerce Wishlist 8.3

Gets the wishlist.

Return value

\Drupal\commerce_wishlist\Entity\WishlistInterface Gets the wishlist.

File

src/Event/WishlistEvent.php, line 38

Class

WishlistEvent
Defines the wishlist event.

Namespace

Drupal\commerce_wishlist\Event

Code

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