public function FulfillmentMethod::getPluginId in Ubercart 8.4
Returns the plugin ID.
Return value
string The plugin ID for this fulfillment method.
Overrides FulfillmentMethodInterface::getPluginId
File
- shipping/
uc_fulfillment/ src/ Entity/ FulfillmentMethod.php, line 120
Class
- FulfillmentMethod
- Defines a configured fulfillment method.
Namespace
Drupal\uc_fulfillment\EntityCode
public function getPluginId() {
return $this->plugin;
}