You are here

public function WishlistSessionInterface::getWishlistIds in Commerce Wishlist 8.3

Gets all wishlist ids from the session.

Return value

int[] A list of wishlist ids.

1 method overrides WishlistSessionInterface::getWishlistIds()
WishlistSession::getWishlistIds in src/WishlistSession.php
Gets all wishlist ids from the session.

File

src/WishlistSessionInterface.php, line 22

Class

WishlistSessionInterface
Stores wishlist ids in the anonymous user's session.

Namespace

Drupal\commerce_wishlist

Code

public function getWishlistIds();