public function FulfillmentMethod::getPackageType in Ubercart 8.4
Returns the supported package type for this fulfillment method. @todo package type should be a configuration entity.
Return value
string The package type.
Overrides FulfillmentMethodInterface::getPackageType
File
- shipping/
uc_fulfillment/ src/ Entity/ FulfillmentMethod.php, line 134
Class
- FulfillmentMethod
- Defines a configured fulfillment method.
Namespace
Drupal\uc_fulfillment\EntityCode
public function getPackageType() {
return $this->package_type;
}