You are here

public function TaxTypeInterface::setPluginConfiguration in Commerce Core 8.2

Sets the tax type plugin configuration.

Parameters

array $configuration: The tax type plugin configuration.

Return value

$this

1 method overrides TaxTypeInterface::setPluginConfiguration()
TaxType::setPluginConfiguration in modules/tax/src/Entity/TaxType.php
Sets the tax type plugin configuration.

File

modules/tax/src/Entity/TaxTypeInterface.php, line 57

Class

TaxTypeInterface
Defines the interface for tax types.

Namespace

Drupal\commerce_tax\Entity

Code

public function setPluginConfiguration(array $configuration);