You are here

public function WishlistItemInterface::setComment in Commerce Wishlist 8.3

Sets the wishlist item comment.

Parameters

string $comment: The wishlist item comment.

Return value

$this

1 method overrides WishlistItemInterface::setComment()
WishlistItem::setComment in src/Entity/WishlistItem.php
Sets the wishlist item comment.

File

src/Entity/WishlistItemInterface.php, line 88

Class

WishlistItemInterface
Defines the interface for wishlist items.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function setComment($comment);