You are here

public function WishlistInterface::getKeepPurchasedItems in Commerce Wishlist 8.3

Gets whether items should remain in the wishlist once purchased.

Return value

bool TRUE if purchased items should remain in the wishlist, FALSE otherwise.

1 method overrides WishlistInterface::getKeepPurchasedItems()
Wishlist::getKeepPurchasedItems in src/Entity/Wishlist.php
Gets whether items should remain in the wishlist once purchased.

File

src/Entity/WishlistInterface.php, line 168

Class

WishlistInterface
Defines the interface for wishlists.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function getKeepPurchasedItems();