You are here

public function FulfillmentMethodInterface::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.

1 method overrides FulfillmentMethodInterface::getPackageType()
FulfillmentMethod::getPackageType in shipping/uc_fulfillment/src/Entity/FulfillmentMethod.php
Returns the supported package type for this fulfillment method. @todo package type should be a configuration entity.

File

shipping/uc_fulfillment/src/FulfillmentMethodInterface.php, line 43

Class

FulfillmentMethodInterface
Provides an interface for defining fulfillment method entities.

Namespace

Drupal\uc_fulfillment

Code

public function getPackageType();