You are here

public function ShippingQuoteMethodInterface::getPluginId in Ubercart 8.4

Returns the plugin ID.

Return value

string The plugin ID for this shipping quote method.

1 method overrides ShippingQuoteMethodInterface::getPluginId()
ShippingQuoteMethod::getPluginId in shipping/uc_quote/src/Entity/ShippingQuoteMethod.php
Returns the plugin ID.

File

shipping/uc_quote/src/ShippingQuoteMethodInterface.php, line 26

Class

ShippingQuoteMethodInterface
Provides an interface for defining shipping quote method entities.

Namespace

Drupal\uc_quote

Code

public function getPluginId();