You are here

public function DeliveryAddressPane::defaultConfiguration in Ubercart 8.4

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides CheckoutPanePluginBase::defaultConfiguration

File

uc_cart/src/Plugin/Ubercart/CheckoutPane/DeliveryAddressPane.php, line 34

Class

DeliveryAddressPane
Gets the user's delivery information.

Namespace

Drupal\uc_cart\Plugin\Ubercart\CheckoutPane

Code

public function defaultConfiguration() {
  return [
    'delivery_not_shippable' => TRUE,
  ];
}