public function FulfillmentMethodInterface::getPluginId in Ubercart 8.4
Returns the plugin ID.
Return value
string The plugin ID for this fulfillment method.
1 method overrides FulfillmentMethodInterface::getPluginId()
- FulfillmentMethod::getPluginId in shipping/
uc_fulfillment/ src/ Entity/ FulfillmentMethod.php - Returns the plugin ID.
File
- shipping/
uc_fulfillment/ src/ FulfillmentMethodInterface.php, line 26
Class
- FulfillmentMethodInterface
- Provides an interface for defining fulfillment method entities.
Namespace
Drupal\uc_fulfillmentCode
public function getPluginId();