You are here

public function FulfillmentMethodPluginBase::getConfiguration in Ubercart 8.4

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

shipping/uc_fulfillment/src/FulfillmentMethodPluginBase.php, line 32

Class

FulfillmentMethodPluginBase
Defines a base fulfillment method plugin implementation.

Namespace

Drupal\uc_fulfillment

Code

public function getConfiguration() {
  return $this->configuration;
}