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-customer
Block
Adminhtml
Edit
Tab
Reviews.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Customer\Block\Adminhtml\Edit\Tab
;
7
12
class
Reviews
extends
\Magento\Review\Block\Adminhtml\Grid
13
{
19
protected
function
_prepareMassaction
()
20
{
21
return
$this;
22
}
23
29
public
function
getGridUrl
()
30
{
31
return
$this->
getUrl
(
'customer/*/productReviews'
, [
'_current'
=>
true
]);
32
}
33
}
Magento\Review\Block\Adminhtml\Grid
Definition:
Grid.php:21
Magento\Customer\Block\Adminhtml\Edit\Tab\Reviews\getGridUrl
getGridUrl()
Definition:
Reviews.php:29
Magento\Framework\View\Element\AbstractBlock\getUrl
getUrl($route='', $params=[])
Definition:
AbstractBlock.php:773
Magento\Customer\Block\Adminhtml\Edit\Tab\Reviews\_prepareMassaction
_prepareMassaction()
Definition:
Reviews.php:19
Magento\Customer\Block\Adminhtml\Edit\Tab\Reviews
Definition:
Reviews.php:12
Magento\Customer\Block\Adminhtml\Edit\Tab
Definition:
CartsTest.php:6