You are here

public function ShippingQuotePluginBase::defaultConfiguration in Ubercart 8.4

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

1 call to ShippingQuotePluginBase::defaultConfiguration()
ShippingQuotePluginBase::__construct in shipping/uc_quote/src/ShippingQuotePluginBase.php
Constructs a \Drupal\Component\Plugin\PluginBase object.
5 methods override ShippingQuotePluginBase::defaultConfiguration()
FlatRate::defaultConfiguration in shipping/uc_quote/src/Plugin/Ubercart/ShippingQuote/FlatRate.php
Gets default configuration for this plugin.
PercentageRate::defaultConfiguration in shipping/uc_quote/src/Plugin/Ubercart/ShippingQuote/PercentageRate.php
Gets default configuration for this plugin.
UPSRateBase::defaultConfiguration in shipping/uc_ups/src/Plugin/Ubercart/ShippingQuote/UPSRateBase.php
Gets default configuration for this plugin.
USPSRateBase::defaultConfiguration in shipping/uc_usps/src/Plugin/Ubercart/ShippingQuote/USPSRateBase.php
Gets default configuration for this plugin.
WeightQuote::defaultConfiguration in shipping/uc_quote/src/Plugin/Ubercart/ShippingQuote/WeightQuote.php
Gets default configuration for this plugin.

File

shipping/uc_quote/src/ShippingQuotePluginBase.php, line 25

Class

ShippingQuotePluginBase
Base class for shipping quote plugins.

Namespace

Drupal\uc_quote

Code

public function defaultConfiguration() {
  return [];
}