You are here

public function WishlistInterface::setShippingProfile in Commerce Wishlist 8.3

Sets the shipping profile.

Parameters

\Drupal\profile\Entity\ProfileInterface $profile: The shipping profile.

Return value

$this

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

File

src/Entity/WishlistInterface.php, line 67

Class

WishlistInterface
Defines the interface for wishlists.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function setShippingProfile(ProfileInterface $profile);