32 $this->_dataContainer = $dataContainer;
33 $this->_appState = $appState;
46 $path = implode(
'/', [$section,
$group,
$code,
'renderers', $this->_appState->getAreaCode()]);
47 return $this->_dataContainer->get(
$path);
61 return $this->_dataContainer->get(
$path);
71 return $this->_dataContainer->get(
'order/available_product_types');
getAvailableProductTypes()
getGroupTotals($section, $group)
__construct(\Magento\Sales\Model\Config\Data $dataContainer, \Magento\Framework\App\State $appState)
getTotalsRenderer($section, $group, $code)