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
SearchTermsGrid.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Reports\Test\Block\Adminhtml
;
8
13
class
SearchTermsGrid
extends
\Magento\Backend\Test\Block\Widget\Grid
14
{
20
protected
$filters
= [
21
'query_text'
=> [
22
'selector'
=>
'input[name="query_text"]'
,
23
],
24
'num_results'
=> [
25
'selector'
=>
'input[name="num_results[from]"]'
,
26
],
27
'popularity'
=> [
28
'selector'
=>
'input[name="popularity[from]"]'
,
29
],
30
];
31
37
protected
$editLink
=
'td[class*=col-query]'
;
38
}
Magento\Reports\Test\Block\Adminhtml\SearchTermsGrid
Definition:
SearchTermsGrid.php:13
Magento\Backend\Test\Block\Widget\Grid
Definition:
Grid.php:21
Magento\Reports\Test\Block\Adminhtml\SearchTermsGrid\$editLink
$editLink
Definition:
SearchTermsGrid.php:37
Magento\Reports\Test\Block\Adminhtml
Definition:
AbstractFilter.php:7
Magento\Reports\Test\Block\Adminhtml\SearchTermsGrid\$filters
$filters
Definition:
SearchTermsGrid.php:20