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
magento2-base
dev
tests
functional
tests
app
Magento
Reports
Test
Block
Adminhtml
Sales
Refunded
FilterGrid.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Reports\Test\Block\Adminhtml\Sales\Refunded
;
8
13
class
FilterGrid
extends
\Magento\Reports\Test\Block\Adminhtml\Sales\Orders\Viewed\FilterGrid
14
{
20
protected
$filterRows
=
'(//tr[td[contains(@class, "col-orders_count")]])[last()]/td[contains(@class, "col-%s")]'
;
21
27
protected
$rows
= [
28
'orders_count'
,
29
'refunded'
,
30
];
31
}
Magento\Reports\Test\Block\Adminhtml\Sales\Orders\Viewed\FilterGrid
Definition:
FilterGrid.php:16
Magento\Reports\Test\Block\Adminhtml\Sales\Refunded\FilterGrid
Definition:
FilterGrid.php:13
Magento\Reports\Test\Block\Adminhtml\Sales\Refunded\FilterGrid\$filterRows
$filterRows
Definition:
FilterGrid.php:20
Magento\Reports\Test\Block\Adminhtml\Sales\Refunded
Definition:
FilterGrid.php:7
Magento\Reports\Test\Block\Adminhtml\Sales\Refunded\FilterGrid\$rows
$rows
Definition:
FilterGrid.php:27