|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (WeeeHelper $weeeHelper, StoreManagerInterface $storeManager, Config $weeeConfig) | |
| getConfig () | |
| iDisplayPriceWithWeeeDetails () | |
| isDisplayFinalPrice () | |
| isWeeeEnabled () | |
| getIncludeWeeeFlag () | |
| isIncludedInSubtotal () | |
Protected Attributes | |
| $weeeHelper | |
| $storeManager | |
| $weeeConfig | |
Definition at line 13 of file WeeeConfigProvider.php.
| __construct | ( | WeeeHelper | $weeeHelper, |
| StoreManagerInterface | $storeManager, | ||
| Config | $weeeConfig | ||
| ) |
| WeeeHelper | $weeeHelper | |
| StoreManagerInterface | $storeManager | |
| Config | $weeeConfig |
Definition at line 35 of file WeeeConfigProvider.php.
| getConfig | ( | ) |
{Retrieve assoc array of checkout configuration
Implements ConfigProviderInterface.
Definition at line 48 of file WeeeConfigProvider.php.
| getIncludeWeeeFlag | ( | ) |
Return the flag whether to include weee in the price
Definition at line 124 of file WeeeConfigProvider.php.
| iDisplayPriceWithWeeeDetails | ( | ) |
Whether to display weee details together with price
Definition at line 72 of file WeeeConfigProvider.php.
| isDisplayFinalPrice | ( | ) |
Whether to display final price that include Weee amounts
Definition at line 94 of file WeeeConfigProvider.php.
| isIncludedInSubtotal | ( | ) |
Display FPT row in subtotal or not
Definition at line 139 of file WeeeConfigProvider.php.
| isWeeeEnabled | ( | ) |
Check if fixed taxes are used in system
Definition at line 114 of file WeeeConfigProvider.php.
|
protected |
Definition at line 23 of file WeeeConfigProvider.php.
|
protected |
Definition at line 28 of file WeeeConfigProvider.php.
|
protected |
Definition at line 18 of file WeeeConfigProvider.php.