You are here

public function ShippingQuoteMethod::getPluginConfiguration in Ubercart 8.4

Returns the plugin configuration.

Return value

array The plugin configuration for this shipping quote method.

Overrides ShippingQuoteMethodInterface::getPluginConfiguration

File

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

Class

ShippingQuoteMethod
Defines the shipping quote method configuration entity.

Namespace

Drupal\uc_quote\Entity

Code

public function getPluginConfiguration() {
  return $this->settings;
}