You are here

public function DemoCouponCallout::defaultConfiguration in Commerce Demo 8

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides CheckoutPaneBase::defaultConfiguration

File

src/Plugin/Commerce/CheckoutPane/DemoCouponCallout.php, line 25

Class

DemoCouponCallout
Provides the Order summary pane.

Namespace

Drupal\commerce_demo\Plugin\Commerce\CheckoutPane

Code

public function defaultConfiguration() {
  return [
    'weight' => 50,
  ] + parent::defaultConfiguration();
}