Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AgreementGrid.php
Go to the documentation of this file.
1 <?php
8 
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 }