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