You are here

public function StoreInterface::setBillingCountries in Commerce Core 8.2

Sets the store billing countries.

Parameters

array $countries: A list of country codes.

Return value

$this

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

File

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

Class

StoreInterface
Defines the interface for stores.

Namespace

Drupal\commerce_store\Entity

Code

public function setBillingCountries(array $countries);