public function TaxType::getPluginId in Commerce Core 8.2
Gets the tax type plugin ID.
Return value
string The tax type plugin ID.
Overrides TaxTypeInterface::getPluginId
File
- modules/
tax/ src/ Entity/ TaxType.php, line 104
Class
- TaxType
- Defines the tax type entity class.
Namespace
Drupal\commerce_tax\EntityCode
public function getPluginId() {
return $this->plugin;
}