You are here

public function TransactorBase::defaultConfiguration in Transaction 8

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

2 calls to TransactorBase::defaultConfiguration()
TransactorBase::setConfiguration in src/TransactorBase.php
Sets the configuration for this plugin instance.
TransactorBase::__construct in src/TransactorBase.php
Constructs a \Drupal\Component\Plugin\PluginBase object.

File

src/TransactorBase.php, line 98

Class

TransactorBase
Provides a base class for transactor plugins.

Namespace

Drupal\transaction

Code

public function defaultConfiguration() {
  return [];
}