TaxEngineInterface
- Type
- Interface
- Namespace
- craft\commerce\base
- Extends
- craft\base\ComponentInterface (opens new window)
- Implemented by
- craft\commerce\engines\Tax, craft\commerce\services\Taxes
- Since
- 3.1
Tax Engine Interface
View source (opens new window)
# Public Methods
Method | Description |
---|---|
cpTaxNavSubItems() | The tax subNav items |
createTaxCategories() | Whether Craft Commerce should allow tax categories to be created by users. |
createTaxRates() | Whether Craft Commerce should allow tax rates to be created by users. |
createTaxZones() | Whether Craft Commerce should allow tax zones to be created by users. |
deleteTaxCategories() | Whether Craft Commerce should allow tax categories to be deleted. |
deleteTaxRates() | Whether Craft Commerce should allow tax rates to be deleted. |
deleteTaxZones() | Whether Craft Commerce should allow tax zones to be deleted. |
displayName() (opens new window) | Returns the display name of this class. |
editTaxCategories() | Whether Craft Commerce should allow tax categories to be edited. |
editTaxRates() | Whether Craft Commerce should allow tax rates to be edited. |
editTaxZones() | Whether Craft Commerce should allow tax zones to be edited. |
isSelectable() (opens new window) | Returns whether the component should be selectable in component Type selects. |
taxAdjusterClass() | Return class name for the Adjuster to be used for tax |
taxCategoryActionHtml() | Any action html to be added to the tax categories index header |
taxRateActionHtml() | Any action html to be added to the tax rates index header |
taxZoneActionHtml() | Any action html to be added to the tax zones index header |
viewTaxCategories() | Whether Craft Commerce should show the tax categories interface and allow tax categories to be edited. |
viewTaxRates() | Whether Craft Commerce should show the tax rates interface and allow tax rates to be edited. |
viewTaxZones() | Whether Craft Commerce should show the tax zones interface and allow tax zones to be edited. |
# cpTaxNavSubItems()
The tax subNav items
View source (opens new window)
Returns
# createTaxCategories()
Whether Craft Commerce should allow tax categories to be created by users.
will not be called if viewTaxCategories is returned as false;
View source (opens new window)
Returns
# createTaxRates()
Whether Craft Commerce should allow tax rates to be created by users.
will not be called if viewTaxRates is returned as false;
View source (opens new window)
Returns
# createTaxZones()
Whether Craft Commerce should allow tax zones to be created by users.
will not be called if viewTaxZones is returned as false;
View source (opens new window)
Returns
# deleteTaxCategories()
Whether Craft Commerce should allow tax categories to be deleted.
will not be called if viewTaxCategories is returned as false;
View source (opens new window)
Returns
# deleteTaxRates()
Whether Craft Commerce should allow tax rates to be deleted.
will not be called if viewTaxRates is returned as false;
View source (opens new window)
Returns
# deleteTaxZones()
Whether Craft Commerce should allow tax zones to be deleted.
will not be called if viewTaxZones is returned as false;
View source (opens new window)
Returns
# editTaxCategories()
Whether Craft Commerce should allow tax categories to be edited.
will not be called if viewTaxCategories is returned as false;
View source (opens new window)
Returns
# editTaxRates()
Whether Craft Commerce should allow tax rates to be edited.
will not be called if viewTaxRates is returned as false;
View source (opens new window)
Returns
# editTaxZones()
Whether Craft Commerce should allow tax zones to be edited.
will not be called if viewTaxZones is returned as false;
View source (opens new window)
Returns
# taxAdjusterClass()
Return class name for the Adjuster to be used for tax
View source (opens new window)
Returns
# taxCategoryActionHtml()
Any action html to be added to the tax categories index header
View source (opens new window)
Returns
# taxRateActionHtml()
Any action html to be added to the tax rates index header
View source (opens new window)
Returns
# taxZoneActionHtml()
Any action html to be added to the tax zones index header
View source (opens new window)
Returns
# viewTaxCategories()
Whether Craft Commerce should show the tax categories interface and allow tax categories to be edited.
View source (opens new window)
Returns
# viewTaxRates()
Whether Craft Commerce should show the tax rates interface and allow tax rates to be edited.
View source (opens new window)
Returns
# viewTaxZones()
Whether Craft Commerce should show the tax zones interface and allow tax zones to be edited.
View source (opens new window)