You are here

public function ProposedShipment::getShippingProfile in Commerce Shipping 8.2

Gets the shipping profile.

Return value

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

File

src/ProposedShipment.php, line 146

Class

ProposedShipment
Represents a proposed shipment.

Namespace

Drupal\commerce_shipping

Code

public function getShippingProfile() : ProfileInterface {
  return $this->shippingProfile;
}