public function Country::getCountryCode in Price 8
Same name and namespace in other branches
- 3.x src/Country.php \Drupal\price\Country::getCountryCode()
- 2.0.x src/Country.php \Drupal\price\Country::getCountryCode()
- 2.x src/Country.php \Drupal\price\Country::getCountryCode()
- 3.0.x src/Country.php \Drupal\price\Country::getCountryCode()
Gets the country code.
Return value
string The country code.
File
- src/
Country.php, line 33
Class
- Country
- Represents a country.
Namespace
Drupal\priceCode
public function getCountryCode() {
return $this->countryCode;
}