You are here

public function Package::getShippingType in Ubercart 8.4

Returns the shipping type.

Return value

string The name of the shipping type.

Overrides PackageInterface::getShippingType

File

shipping/uc_fulfillment/src/Package.php, line 201

Class

Package
Defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function getShippingType() {
  return $this->shipping_type;
}