public function FulfillmentMethodInterface::getPluginConfiguration in Ubercart 8.4
Returns the plugin configuration.
Return value
array The plugin configuration for this fulfillment method.
1 method overrides FulfillmentMethodInterface::getPluginConfiguration()
- FulfillmentMethod::getPluginConfiguration in shipping/
uc_fulfillment/ src/ Entity/ FulfillmentMethod.php - Returns the plugin configuration.
File
- shipping/
uc_fulfillment/ src/ FulfillmentMethodInterface.php, line 34
Class
- FulfillmentMethodInterface
- Provides an interface for defining fulfillment method entities.
Namespace
Drupal\uc_fulfillmentCode
public function getPluginConfiguration();