public function TaxNumberTypeBase::getCountries in Commerce Core 8.2
Gets the supported countries.
Return value
string[] A list of country codes.
Overrides TaxNumberTypeInterface::getCountries
File
- modules/
tax/ src/ Plugin/ Commerce/ TaxNumberType/ TaxNumberTypeBase.php, line 22
Class
- TaxNumberTypeBase
- Provides the base class for tax number types.
Namespace
Drupal\commerce_tax\Plugin\Commerce\TaxNumberTypeCode
public function getCountries() {
return $this->pluginDefinition['countries'];
}