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
Shopcart
Product.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Reports\Controller\Adminhtml\Report\Shopcart
;
8
9
use
Magento\Framework\App\Action\HttpGetActionInterface
as HttpGetActionInterface;
10
11
class
Product
extends
\Magento\Reports\Controller\Adminhtml\Report\Shopcart
implements HttpGetActionInterface
12
{
18
public
function
execute
()
19
{
20
$this->
_initAction
()->_setActiveMenu(
21
'Magento_Reports::report_shopcart_product'
22
)->_addBreadcrumb(
23
__
(
'Products Report'
),
24
__
(
'Products Report'
)
25
)->_addContent(
26
$this->_view->getLayout()->createBlock(\
Magento
\Reports\Block\Adminhtml\
Shopcart
\Product::class)
27
);
28
$this->_view->getPage()->getConfig()->getTitle()->prepend(
__
(
'Products in Carts'
));
29
$this->_view->renderLayout();
30
}
31
}
Magento\Reports\Controller\Adminhtml\Report\Shopcart\Product\execute
execute()
Definition:
Product.php:18
Magento\Framework\App\Action\HttpGetActionInterface
Definition:
HttpGetActionInterface.php:16
__
__()
Definition:
__.php:13
Magento
Magento\Reports\Controller\Adminhtml\Report\Shopcart\Product
Definition:
Product.php:11
Magento\Reports\Controller\Adminhtml\Report\Shopcart\_initAction
_initAction()
Definition:
Shopcart.php:42
Magento\Reports\Controller\Adminhtml\Report\Shopcart
Definition:
Abandoned.php:7
Magento\Reports\Controller\Adminhtml\Report\Shopcart
Definition:
Shopcart.php:18