public function Package::getPackageType in Ubercart 8.4
Returns the package type.
Return value
string The name of the package type.
Overrides PackageInterface::getPackageType
File
- shipping/
uc_fulfillment/ src/ Package.php, line 216
Class
- Package
- Defines the Package class.
Namespace
Drupal\uc_fulfillmentCode
public function getPackageType() {
return $this->pkg_type;
}