You are here

public function BeforePackEvent::getShippingProfile in Commerce FedEx 8

Gets the shipping profile.

Return value

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

File

src/Event/BeforePackEvent.php, line 107

Class

BeforePackEvent
Defines the before pack event for FedEx.

Namespace

Drupal\commerce_fedex\Event

Code

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