Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ProductDetail.php
Go to the documentation of this file.
1 <?php
8 
10 {
16  public function execute()
17  {
18  $this->_initAction()->_setActiveMenu(
19  'Magento_Review::report_review'
20  )->_addBreadcrumb(
21  __('Products Report'),
22  __('Products Report')
23  )->_addBreadcrumb(
24  __('Product Reviews'),
25  __('Product Reviews')
26  )->_addContent(
27  $this->_view->getLayout()->createBlock(\Magento\Reports\Block\Adminhtml\Review\Detail::class)
28  );
29  $this->_view->getPage()->getConfig()->getTitle()->prepend(__('Details'));
30  $this->_view->renderLayout();
31  }
32 }
__()
Definition: __.php:13