You are here

public function ShipmentInterface::getShippingProfile in Commerce Shipping 8.2

Gets the shipping profile.

Return value

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

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

File

src/Entity/ShipmentInterface.php, line 129

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function getShippingProfile();