public function PackageInterface::setShippingType in Ubercart 8.4
Sets the shipping type to the given value.
Parameters
string $shipping_type: The name of the shipping type.
Return value
$this
1 method overrides PackageInterface::setShippingType()
- Package::setShippingType in shipping/
uc_fulfillment/ src/ Package.php - Sets the shipping type to the given value.
File
- shipping/
uc_fulfillment/ src/ PackageInterface.php, line 54
Class
- PackageInterface
- Provides an interface that defines the Package class.
Namespace
Drupal\uc_fulfillmentCode
public function setShippingType($shipping_type);