You are here

public function CountryInterface::getZones in Ubercart 8.4

Gets the ISO 3166-2 zone codes for this country.

Return value

array An associative array of zone names, keyed by ISO 3166-2 zone code.

1 method overrides CountryInterface::getZones()
Country::getZones in uc_country/src/Entity/Country.php
Gets the ISO 3166-2 zone codes for this country.

File

uc_country/src/CountryInterface.php, line 42

Class

CountryInterface
Defines the uc_country type configuration entity.

Namespace

Drupal\uc_country

Code

public function getZones();