You are here

public function FulfillmentMethod::getPluginConfiguration in Ubercart 8.4

Returns the plugin configuration.

Return value

array The plugin configuration for this fulfillment method.

Overrides FulfillmentMethodInterface::getPluginConfiguration

File

shipping/uc_fulfillment/src/Entity/FulfillmentMethod.php, line 127

Class

FulfillmentMethod
Defines a configured fulfillment method.

Namespace

Drupal\uc_fulfillment\Entity

Code

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