You are here

public function TaxNumberItemInterface::getTypePlugin in Commerce Core 8.2

Gets the tax number type plugin.

Return value

\Drupal\commerce_tax\Plugin\Commerce\TaxNumberType\TaxNumberTypeInterface The tax number type plugin.

1 method overrides TaxNumberItemInterface::getTypePlugin()
TaxNumberItem::getTypePlugin in modules/tax/src/Plugin/Field/FieldType/TaxNumberItem.php
Gets the tax number type plugin.

File

modules/tax/src/Plugin/Field/FieldType/TaxNumberItemInterface.php, line 69

Class

TaxNumberItemInterface
Defines the interface for tax number field items.

Namespace

Drupal\commerce_tax\Plugin\Field\FieldType

Code

public function getTypePlugin();