You are here

public function TaxZone::getTerritories in Commerce Core 8.2

Gets the territories.

Return value

\CommerceGuys\Addressing\Zone\ZoneTerritory[] The territories.

File

modules/tax/src/TaxZone.php, line 116

Class

TaxZone
Represents a tax zone.

Namespace

Drupal\commerce_tax

Code

public function getTerritories() {
  return $this->territories;
}