You are here

public function EventDispatcherInterface::resolveCountryCode in Currency 8.3

Gets the current country code.

Return value

string The current country code.

1 method overrides EventDispatcherInterface::resolveCountryCode()
EventDispatcher::resolveCountryCode in src/EventDispatcher.php
Gets the current country code.

File

src/EventDispatcherInterface.php, line 20

Class

EventDispatcherInterface
Defines a Currency event dispatcher.

Namespace

Drupal\currency

Code

public function resolveCountryCode();