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