You are here

public function WishlistInterface::getName in Commerce Wishlist 8.3

Gets the wishlist name.

Return value

string The wishlist name.

1 method overrides WishlistInterface::getName()
Wishlist::getName in src/Entity/Wishlist.php
Gets the wishlist name.

File

src/Entity/WishlistInterface.php, line 39

Class

WishlistInterface
Defines the interface for wishlists.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function getName();