You are here

public function WishlistInterface::setName in Commerce Wishlist 8.3

Sets the wishlist name.

Parameters

string $name: The wishlist name.

Return value

$this

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

File

src/Entity/WishlistInterface.php, line 49

Class

WishlistInterface
Defines the interface for wishlists.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function setName($name);