You are here

public function WishlistTypeInterface::isAllowAnonymous in Commerce Wishlist 8.3

Gets whether the wishlist item type allows anonymous wishlists.

Return value

bool TRUE if anonymous wishlists are allowed, FALSE otherwise.

1 method overrides WishlistTypeInterface::isAllowAnonymous()
WishlistType::isAllowAnonymous in src/Entity/WishlistType.php
Gets whether the wishlist item type allows anonymous wishlists.

File

src/Entity/WishlistTypeInterface.php, line 18

Class

WishlistTypeInterface
Defines the interface for wishlist types.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function isAllowAnonymous();