You are here

public function WishlistInterface::getCode in Commerce Wishlist 8.3

Gets the wishlist code.

Return value

string The wishlist code.

1 method overrides WishlistInterface::getCode()
Wishlist::getCode in src/Entity/Wishlist.php
Gets the wishlist code.

File

src/Entity/WishlistInterface.php, line 21

Class

WishlistInterface
Defines the interface for wishlists.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function getCode();