ChainTaxRateResolver |
modules/tax/src/Resolver/ChainTaxRateResolver.php |
|
ChainTaxRateResolverInterface |
modules/tax/src/Resolver/ChainTaxRateResolverInterface.php |
Runs the added resolvers one by one until one of them returns the tax rate. |
DefaultTaxRateResolver |
modules/tax/src/Resolver/DefaultTaxRateResolver.php |
Returns the tax zone's default tax rate. |
TaxRateResolverInterface |
modules/tax/src/Resolver/TaxRateResolverInterface.php |
Defines the interface for tax rate resolvers. |
TaxTypeAwareInterface |
modules/tax/src/Resolver/TaxTypeAwareInterface.php |
Defines the interface for resolvers that depend on the tax type. |
TaxTypeAwareTrait |
modules/tax/src/Resolver/TaxTypeAwareTrait.php |
Provides a trait for implementing TaxTypeAwareInterface. |