public function FulfillmentMethodPluginInterface::getDescription in Ubercart 8.4
Returns a description of this shipping method.
Return value
string The description.
1 method overrides FulfillmentMethodPluginInterface::getDescription()
- Manual::getDescription in shipping/
uc_fulfillment/ src/ Plugin/ Ubercart/ FulfillmentMethod/ Manual.php - Returns a description of this shipping method.
File
- shipping/
uc_fulfillment/ src/ FulfillmentMethodPluginInterface.php, line 21
Class
- FulfillmentMethodPluginInterface
- Defines an interface for fulfillment method plugins.
Namespace
Drupal\uc_fulfillmentCode
public function getDescription();