You are here

public function TaxNumberTypeInterface::getCountries in Commerce Core 8.2

Gets the supported countries.

Return value

string[] A list of country codes.

1 method overrides TaxNumberTypeInterface::getCountries()
TaxNumberTypeBase::getCountries in modules/tax/src/Plugin/Commerce/TaxNumberType/TaxNumberTypeBase.php
Gets the supported countries.

File

modules/tax/src/Plugin/Commerce/TaxNumberType/TaxNumberTypeInterface.php, line 27

Class

TaxNumberTypeInterface
Defines the base interface for tax number types.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxNumberType

Code

public function getCountries();