You are here

public function ProraterBase::defaultConfiguration in Commerce Recurring Framework 8

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

1 call to ProraterBase::defaultConfiguration()
ProraterBase::setConfiguration in src/Plugin/Commerce/Prorater/ProraterBase.php
Sets the configuration for this plugin instance.

File

src/Plugin/Commerce/Prorater/ProraterBase.php, line 35

Class

ProraterBase
Defines the prorater class.

Namespace

Drupal\commerce_recurring\Plugin\Commerce\Prorater

Code

public function defaultConfiguration() {
  return [];
}