You are here

public function ShippingQuoteMethodInterface::getPluginConfiguration in Ubercart 8.4

Returns the plugin configuration.

Return value

array The plugin configuration for this shipping quote method.

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

File

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

Class

ShippingQuoteMethodInterface
Provides an interface for defining shipping quote method entities.

Namespace

Drupal\uc_quote

Code

public function getPluginConfiguration();