|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (\Magento\Sales\Model\Config\Data $dataContainer, \Magento\Framework\App\State $appState) | |
| getTotalsRenderer ($section, $group, $code) | |
| getGroupTotals ($section, $group) | |
| getAvailableProductTypes () | |
Protected Attributes | |
| $_dataContainer | |
| $_appState | |
Definition at line 12 of file Config.php.
| __construct | ( | \Magento\Sales\Model\Config\Data | $dataContainer, |
| \Magento\Framework\App\State | $appState | ||
| ) |
| \Magento\Sales\Model\Config\Data | $dataContainer | |
| \Magento\Framework\App\State | $appState |
Definition at line 30 of file Config.php.
| getAvailableProductTypes | ( | ) |
Get available product types
Implements ConfigInterface.
Definition at line 69 of file Config.php.
| getGroupTotals | ( | $section, | |
| $group | |||
| ) |
Retrieve totals for group e.g. quote, etc
| string | $section | |
| string | $group |
Implements ConfigInterface.
Definition at line 58 of file Config.php.
| getTotalsRenderer | ( | $section, | |
| $group, | |||
| $code | |||
| ) |
Retrieve renderer for area from config
| string | $section | |
| string | $group | |
| string | $code |
Implements ConfigInterface.
Definition at line 44 of file Config.php.
|
protected |
Definition at line 24 of file Config.php.
|
protected |
Definition at line 19 of file Config.php.