You are here

public function UcWishlist::getDescription in UC Wish List 8

File

src/Entity/UcWishlist.php, line 196

Class

UcWishlist
Defines the user entity class.

Namespace

Drupal\uc_wishlist\Entity

Code

public function getDescription() {
  return $this
    ->get('description')->value;
}