35 $this->_coreRegistry = $coreRegistry;
36 parent::__construct($context);
57 if (!$this->_coreRegistry->registry(
'storage')) {
58 $storage = $this->_objectManager->create(\
Magento\Cms\Model\Wysiwyg\
Images\Storage::class);
59 $this->_coreRegistry->register(
'storage', $storage);
61 return $this->_coreRegistry->registry(
'storage');
__construct(\Magento\Backend\App\Action\Context $context, \Magento\Framework\Registry $coreRegistry)