31 parent::__construct($context);
44 $resultJson = $this->resultJsonFactory->create();
45 return $resultJson->setJsonData(
46 $this->layoutFactory->create()->createBlock(\
Magento\Catalog\Block\Adminhtml\
Category\Tree::class)
47 ->getSuggestedCategoriesJson($this->
getRequest()->getParam(
'label_part'))
__construct(\Magento\Backend\App\Action\Context $context, \Magento\Framework\Controller\Result\JsonFactory $resultJsonFactory, \Magento\Framework\View\LayoutFactory $layoutFactory)