12 class State extends \Magento\Backend\Block\Widget\Grid\Column
29 parent::__construct($context,
$data);
41 return [$this,
'decorateState'];
58 $cell =
$value .
'[' . $this->_config->getStateLabelByStateAndStatus(
$value,
$status) .
']';
decorateState($value, $row, $column, $isExport)
__construct(\Magento\Backend\Block\Template\Context $context, \Magento\Sales\Model\Order\Config $config, array $data=[])