You are here

public function TaxTypeBase::getConfiguration in Commerce Core 8.2

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

modules/tax/src/Plugin/Commerce/TaxType/TaxTypeBase.php, line 148

Class

TaxTypeBase
Provides the base class for tax types.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxType

Code

public function getConfiguration() {
  return $this->configuration;
}