public function UcWishlistInterface::getUserId in UC Wish List 8
Renders the user id of the owner.
Return value
int id of user.
1 method overrides UcWishlistInterface::getUserId()
- UcWishlist::getUserId in src/
Entity/ UcWishlist.php - Renders the user id of the owner.
File
- src/
Entity/ UcWishlistInterface.php, line 113
Class
- UcWishlistInterface
- Provides an interface defining a wish list entity type.
Namespace
Drupal\uc_wishlist\EntityCode
public function getUserId();