You are here

public function WishlistInterface::getShippingProfile in Commerce Wishlist 8.3

Gets the shipping profile.

Return value

\Drupal\profile\Entity\ProfileInterface|null The shipping profile, or null.

1 method overrides WishlistInterface::getShippingProfile()
Wishlist::getShippingProfile in src/Entity/Wishlist.php
Gets the shipping profile.

File

src/Entity/WishlistInterface.php, line 57

Class

WishlistInterface
Defines the interface for wishlists.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function getShippingProfile();