You are here

public function Country::getCountryCode in Commerce Core 8.2

Gets the country code.

Return value

string The country code.

File

src/Country.php, line 33

Class

Country
Represents a country.

Namespace

Drupal\commerce

Code

public function getCountryCode() : string {
  return $this->countryCode;
}