You are here

public function BuildZonesEvent::getPlugin in Commerce Core 8.2

Gets the local tax type plugin.

Return value

\Drupal\commerce_tax\Plugin\Commerce\TaxType\LocalTaxTypeInterface The tax type plugin.

File

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

Class

BuildZonesEvent
Defines the build zones event.

Namespace

Drupal\commerce_tax\Event

Code

public function getPlugin() {
  return $this->plugin;
}