Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ExportProductCsv.php
Go to the documentation of this file.
1 <?php
8 
11 
13 {
19  public function execute()
20  {
21  $this->_view->loadLayout(false);
22  $fileName = 'review_product.csv';
23  $exportBlock = $this->_view->getLayout()->getChildBlock(
24  'adminhtml.block.report.review.product.grid',
25  'grid.export'
26  );
27  return $this->_fileFactory->create($fileName, $exportBlock->getCsvFile(), DirectoryList::VAR_DIR);
28  }
29 }
$fileName
Definition: translate.phtml:15