You are here

public function LocalTaxTypeInterface::getZones in Commerce Core 8.2

Gets the tax zones.

Return value

\Drupal\commerce_tax\TaxZone[] The tax zones, keyed by ID.

1 method overrides LocalTaxTypeInterface::getZones()
LocalTaxTypeBase::getZones in modules/tax/src/Plugin/Commerce/TaxType/LocalTaxTypeBase.php
Gets the tax zones.

File

modules/tax/src/Plugin/Commerce/TaxType/LocalTaxTypeInterface.php, line 29

Class

LocalTaxTypeInterface
Defines the interface for local tax type plugins.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxType

Code

public function getZones();