Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Index.php
Go to the documentation of this file.
1 <?php
7 
10 
11 class Index extends HistoryController
12 {
18  public function execute()
19  {
21  $resultPage = $this->resultFactory->create(ResultFactory::TYPE_PAGE);
22  $resultPage->setActiveMenu('Magento_ImportExport::system_convert_history');
23  $resultPage->getConfig()->getTitle()->prepend(__('History'));
24  $resultPage->getConfig()->getTitle()->prepend(__('Import History'));
25  $resultPage->addBreadcrumb(__('Import history'), __('Import history'));
26  return $resultPage;
27  }
28 }
__()
Definition: __.php:13