Gets the human-readable region labels.
string[] An array of human-readable region labels.
public function getRegionLabels() { $regions = $this->getRegions(); return array_combine(array_keys($regions), array_column($regions, 'label')); }