You are here

public function TaxTypeInterface::setPluginId in Commerce Core 8.2

Sets the tax type plugin ID.

Parameters

string $plugin_id: The tax type plugin ID.

Return value

$this

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

File

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

Class

TaxTypeInterface
Defines the interface for tax types.

Namespace

Drupal\commerce_tax\Entity

Code

public function setPluginId($plugin_id);