You are here

public function BuildZonesEvent::getZones in Commerce Core 8.2

Gets the tax zones.

Return value

\Drupal\commerce_tax\TaxZone[] The tax zones.

File

modules/tax/src/Event/BuildZonesEvent.php, line 48

Class

BuildZonesEvent
Defines the build zones event.

Namespace

Drupal\commerce_tax\Event

Code

public function getZones() {
  return $this->zones;
}