You are here

public function ResolveCountryCode::getCountryCode in Currency 8.3

Gets the country code.

Return value

string

File

src/Event/ResolveCountryCode.php, line 43

Class

ResolveCountryCode
Provides an event to resolve the current country code.

Namespace

Drupal\currency\Event

Code

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