32 \
Magento\CurrencySymbol\Model\System\CurrencysymbolFactory $symbolSystemFactory,
35 $this->_symbolSystemFactory = $symbolSystemFactory;
36 parent::__construct($context,
$data);
46 $this->_controller =
'adminhtml_system_currencysymbol';
66 \
Magento\Backend\Block\Widget\Button::class,
68 'label' =>
__(
'Save Currency Symbols'),
69 'class' =>
'save primary save-currency-symbols',
71 'mage-init' => [
'button' => [
'event' =>
'save',
'target' =>
'#currency-symbols-form']],
76 return parent::_prepareLayout();
87 return __(
'Currency Symbols');
98 return $this->
getUrl(
'adminhtml/*/save');
109 return $this->
getRequest()->getParam(
'website');
120 return $this->
getRequest()->getParam(
'store');
130 if (!$this->_symbolsData) {
131 $this->_symbolsData = $this->_symbolSystemFactory->create()->getCurrencySymbolsData();
144 return __(
'Use Standard');
getUrl($route='', $params=[])
__construct(\Magento\Backend\Block\Template\Context $context, \Magento\CurrencySymbol\Model\System\CurrencysymbolFactory $symbolSystemFactory, array $data=[])