You are here

public function TaxNumberItemInterface::getAllowedTypes in Commerce Core 8.2

Gets the allowed tax number types.

Determined based on the allowed countries.

Return value

string[] A list of plugin IDs.

1 method overrides TaxNumberItemInterface::getAllowedTypes()
TaxNumberItem::getAllowedTypes in modules/tax/src/Plugin/Field/FieldType/TaxNumberItem.php
Gets the allowed tax number types.

File

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

Class

TaxNumberItemInterface
Defines the interface for tax number field items.

Namespace

Drupal\commerce_tax\Plugin\Field\FieldType

Code

public function getAllowedTypes();