You are here

public function WishlistInterface::getItems in Commerce Wishlist 8.3

Gets the wishlist items.

Return value

\Drupal\commerce_wishlist\Entity\WishlistItemInterface[] The wishlist items.

1 method overrides WishlistInterface::getItems()
Wishlist::getItems in src/Entity/Wishlist.php
Gets the wishlist items.

File

src/Entity/WishlistInterface.php, line 75

Class

WishlistInterface
Defines the interface for wishlists.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function getItems();