You are here

public function CountryManagerInterface::getZoneList in Ubercart 8.4

Returns a list of zone code => zone name pairs for the specified country.

Parameters

string $alpha_2: The two-character ISO 3166 country code.

Return value

array An array of zone code => zone name pairs.

1 method overrides CountryManagerInterface::getZoneList()
CountryManager::getZoneList in uc_country/src/CountryManager.php
Returns a list of zone code => zone name pairs for the specified country.

File

uc_country/src/CountryManagerInterface.php, line 67

Class

CountryManagerInterface
Defines a common interface for country managers.

Namespace

Drupal\uc_country

Code

public function getZoneList($alpha_2);