public function StoreTaxInterface::getDefaultZones in Commerce Core 8.2
Gets the default tax zones for the given store.
Parameters
\Drupal\commerce_store\Entity\StoreInterface $store: The store.
Return value
\Drupal\commerce_tax\TaxZone[] The tax zones.
1 method overrides StoreTaxInterface::getDefaultZones()
- StoreTax::getDefaultZones in modules/
tax/ src/ StoreTax.php - Gets the default tax zones for the given store.
File
- modules/
tax/ src/ StoreTaxInterface.php, line 30
Class
Namespace
Drupal\commerce_taxCode
public function getDefaultZones(StoreInterface $store);