You are here

public function WishlistItemInterface::getComment in Commerce Wishlist 8.3

Gets the wishlist item comment.

Return value

string The wishlist item comment.

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

File

src/Entity/WishlistItemInterface.php, line 78

Class

WishlistItemInterface
Defines the interface for wishlist items.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function getComment();