You are here

public function UcWishlist::getTitle in UC Wish List 8

Renders wishlist title.

Return value

string Wishlist title.

Overrides UcWishlistInterface::getTitle

File

src/Entity/UcWishlist.php, line 136

Class

UcWishlist
Defines the user entity class.

Namespace

Drupal\uc_wishlist\Entity

Code

public function getTitle() {
  return $this
    ->get('title')->value;
}