You are here

public function StoreInterface::getBillingCountries in Commerce Core 8.2

Gets the store billing countries.

If empty, it's assumed that all countries are supported.

Return value

array A list of country codes.

1 method overrides StoreInterface::getBillingCountries()
Store::getBillingCountries in modules/store/src/Entity/Store.php
Gets the store billing countries.

File

modules/store/src/Entity/StoreInterface.php, line 133

Class

StoreInterface
Defines the interface for stores.

Namespace

Drupal\commerce_store\Entity

Code

public function getBillingCountries();