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