public function TaxTypeInterface::getPlugin in Commerce Core 8.2
Gets the tax type plugin.
Return value
\Drupal\commerce_tax\Plugin\Commerce\TaxType\TaxTypeInterface The tax type plugin.
1 method overrides TaxTypeInterface::getPlugin()
- TaxType::getPlugin in modules/
tax/ src/ Entity/ TaxType.php - Gets the tax type plugin.
File
- modules/
tax/ src/ Entity/ TaxTypeInterface.php, line 21
Class
- TaxTypeInterface
- Defines the interface for tax types.
Namespace
Drupal\commerce_tax\EntityCode
public function getPlugin();