|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (TaxHelper $taxHelper, Config $taxConfig, CheckoutSession $checkoutSession, ScopeConfigInterface $scopeConfig) | |
| getConfig () | |
| getDisplayShippingMode () | |
| isDisplayShippingPriceExclTax () | |
| isDisplayShippingBothPrices () | |
| getReviewItemPriceDisplayMode () | |
| getReviewTotalsDisplayMode () | |
| isFullTaxSummaryDisplayed () | |
| isTaxDisplayedInGrandTotal () | |
Protected Member Functions | |
| reloadOnBillingAddress () | |
Protected Attributes | |
| $taxHelper | |
| $taxConfig | |
| $scopeConfig | |
| $checkoutSession | |
Definition at line 13 of file TaxConfigProvider.php.
| __construct | ( | TaxHelper | $taxHelper, |
| Config | $taxConfig, | ||
| CheckoutSession | $checkoutSession, | ||
| ScopeConfigInterface | $scopeConfig | ||
| ) |
| TaxHelper | $taxHelper | |
| Config | $taxConfig | |
| CheckoutSession | $checkoutSession | |
| ScopeConfigInterface | $scopeConfig |
Definition at line 41 of file TaxConfigProvider.php.
| getConfig | ( | ) |
{Retrieve assoc array of checkout configuration
Implements ConfigProviderInterface.
Definition at line 56 of file TaxConfigProvider.php.
| getDisplayShippingMode | ( | ) |
Shipping mode: 'both', 'including', 'excluding'
Definition at line 93 of file TaxConfigProvider.php.
| getReviewItemPriceDisplayMode | ( | ) |
Get review item price display mode
Definition at line 129 of file TaxConfigProvider.php.
| getReviewTotalsDisplayMode | ( | ) |
Get review item price display mode
Definition at line 145 of file TaxConfigProvider.php.
| isDisplayShippingBothPrices | ( | ) |
Return flag whether to display shipping price including and excluding tax
Definition at line 119 of file TaxConfigProvider.php.
| isDisplayShippingPriceExclTax | ( | ) |
Return flag whether to display shipping price excluding tax
Definition at line 109 of file TaxConfigProvider.php.
| isFullTaxSummaryDisplayed | ( | ) |
Show tax details in checkout totals section flag
Definition at line 161 of file TaxConfigProvider.php.
| isTaxDisplayedInGrandTotal | ( | ) |
Display tax in grand total section or not
Definition at line 171 of file TaxConfigProvider.php.
|
protected |
Reload totals(taxes) on billing address update
Definition at line 181 of file TaxConfigProvider.php.
|
protected |
Definition at line 33 of file TaxConfigProvider.php.
|
protected |
Definition at line 28 of file TaxConfigProvider.php.
|
protected |
Definition at line 23 of file TaxConfigProvider.php.
|
protected |
Definition at line 18 of file TaxConfigProvider.php.