23 \
Magento\Framework\Registry $coreRegistry,
27 parent::__construct($context, $coreRegistry);
40 $this->_objectManager->get(\
Magento\Cms\Helper\Wysiwyg\Images::class)->getCurrentPath();
41 }
catch (\Exception $e) {
42 $this->messageManager->addErrorMessage($e->getMessage());
46 $resultLayout = $this->resultLayoutFactory->create();
47 $resultLayout->addHandle(
'overlay_popup');
48 $block = $resultLayout->getLayout()->getBlock(
'wysiwyg_images.js');
__construct(\Magento\Backend\App\Action\Context $context, \Magento\Framework\Registry $coreRegistry, \Magento\Framework\View\Result\LayoutFactory $resultLayoutFactory)