public function PackageInterface::getShippingType in Ubercart 8.4
Returns the shipping type.
Return value
string The name of the shipping type.
1 method overrides PackageInterface::getShippingType()
- Package::getShippingType in shipping/
uc_fulfillment/ src/ Package.php - Returns the shipping type.
File
- shipping/
uc_fulfillment/ src/ PackageInterface.php, line 62
Class
- PackageInterface
- Provides an interface that defines the Package class.
Namespace
Drupal\uc_fulfillmentCode
public function getShippingType();