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
CheckoutAgreements
Test
Block
Adminhtml
AgreementGrid.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\CheckoutAgreements\Test\Block\Adminhtml
;
8
9
use
Magento\Backend\Test\Block\Widget\Grid
;
10
15
class
AgreementGrid
extends
Grid
16
{
22
protected
$editLink
=
'td[class*=col-name]'
;
23
29
protected
$firstRowSelector
=
'//tbody/tr[./td[contains(@class, "col-name")]][1]'
;
30
36
protected
$filters
= [
37
'name'
=> [
38
'selector'
=>
'input[name="name"]'
,
39
],
40
];
41
}
Magento\CheckoutAgreements\Test\Block\Adminhtml\AgreementGrid\$firstRowSelector
$firstRowSelector
Definition:
AgreementGrid.php:29
Magento\CheckoutAgreements\Test\Block\Adminhtml\AgreementGrid\$filters
$filters
Definition:
AgreementGrid.php:36
Magento\CheckoutAgreements\Test\Block\Adminhtml\AgreementGrid
Definition:
AgreementGrid.php:15
Magento\CheckoutAgreements\Test\Block\Adminhtml
Definition:
AgreementGrid.php:7
Magento\CheckoutAgreements\Test\Block\Adminhtml\AgreementGrid\$editLink
$editLink
Definition:
AgreementGrid.php:22
Magento\Backend\Test\Block\Widget\Grid
Definition:
Grid.php:21