public function UcWishlistInterface::setAddress in UC Wish List 8
Sets wishlist address.
Parameters
string $address: Wishlist address.
Return value
this
1 method overrides UcWishlistInterface::setAddress()
- UcWishlist::setAddress in src/
Entity/ UcWishlist.php - Sets wishlist address.
File
- src/
Entity/ UcWishlistInterface.php, line 69
Class
- UcWishlistInterface
- Provides an interface defining a wish list entity type.
Namespace
Drupal\uc_wishlist\EntityCode
public function setAddress($address);