You are here

protected property WishlistProvider::$wishlistData in Commerce Wishlist 8.3

The loaded wishlist data, keyed by wishlist ID, then grouped by uid.

Each data item is an array with the following keys:

  • type: The wishlist type.

Example:


1 => [
  10 => ['type' => 'default'],
]

Type: array

File

src/WishlistProvider.php, line 54

Class

WishlistProvider
Default implementation of the wishlist provider.

Namespace

Drupal\commerce_wishlist

Code

protected $wishlistData = [];