You are here

public function UcWishlistInterface::setTitle in UC Wish List 8

Sets wishlist title.

Parameters

string $title: Wishlist title.

Return value

this

1 method overrides UcWishlistInterface::setTitle()
UcWishlist::setTitle in src/Entity/UcWishlist.php
Sets wishlist title.

File

src/Entity/UcWishlistInterface.php, line 33

Class

UcWishlistInterface
Provides an interface defining a wish list entity type.

Namespace

Drupal\uc_wishlist\Entity

Code

public function setTitle($title);