You are here

public function ShippingQuoteMethod::getPluginId in Ubercart 8.4

Returns the plugin ID.

Return value

string The plugin ID for this shipping quote method.

Overrides ShippingQuoteMethodInterface::getPluginId

File

shipping/uc_quote/src/Entity/ShippingQuoteMethod.php, line 98

Class

ShippingQuoteMethod
Defines the shipping quote method configuration entity.

Namespace

Drupal\uc_quote\Entity

Code

public function getPluginId() {
  return $this->plugin;
}