Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-reports
Controller
Adminhtml
Report
Review
ProductDetail.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Reports\Controller\Adminhtml\Report\Review
;
8
9
class
ProductDetail
extends
\Magento\Reports\Controller\Adminhtml\Report\Review
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
}
Magento\Reports\Controller\Adminhtml\Report\Review\ProductDetail\execute
execute()
Definition:
ProductDetail.php:16
Magento\Reports\Controller\Adminhtml\Report\Review\_initAction
_initAction()
Definition:
Review.php:42
__
__()
Definition:
__.php:13
Magento\Reports\Controller\Adminhtml\Report\Review\ProductDetail
Definition:
ProductDetail.php:9
Magento\Reports\Controller\Adminhtml\Report\Review
Definition:
Customer.php:7
Magento
Magento\Reports\Controller\Adminhtml\Report\Review
Definition:
Review.php:18