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