16 const ADMIN_RESOURCE =
'Magento_Logging::system_magento_logging_bulk_operations';
21 private $resultPageFactory;
36 \
Magento\Framework\View\Result\PageFactory $resultPageFactory,
37 $menuId =
'Magento_AsynchronousOperations::system_magento_logging_bulk_operations' 39 $this->resultPageFactory = $resultPageFactory;
40 $this->menuId = $menuId;
41 parent::__construct($context);
49 return parent::_isAllowed();
59 $resultPage = $this->resultPageFactory->create();
60 $resultPage->initLayout();
61 $this->_setActiveMenu($this->menuId);
62 $resultPage->getConfig()->getTitle()->prepend(
__(
'Bulk Actions Log'));
__construct(\Magento\Backend\App\Action\Context $context, \Magento\Framework\View\Result\PageFactory $resultPageFactory, $menuId='Magento_AsynchronousOperations::system_magento_logging_bulk_operations')