You are here

public function WishlistInterface::isPublic in Commerce Wishlist 8.3

Gets whether the wishlist is public.

Return value

bool TRUE if the wishlist is public, FALSE otherwise.

1 method overrides WishlistInterface::isPublic()
Wishlist::isPublic in src/Entity/Wishlist.php
Gets whether the wishlist is public.

File

src/Entity/WishlistInterface.php, line 150

Class

WishlistInterface
Defines the interface for wishlists.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function isPublic();