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
Search
Test
Block
Adminhtml
Block
Edit
SynonymGroupForm.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Search\Test\Block\Adminhtml\Block\Edit
;
8
9
use Magento\Mtf\Block\Form;
10
use Magento\Mtf\Client\Element\SimpleElement;
11
use Magento\Mtf\Fixture\FixtureInterface;
12
16
class
SynonymGroupForm
extends
Form
17
{
23
protected
$toggleButton
=
"#toggleblock_content"
;
24
30
protected
$contentForm
=
'[name="content"]'
;
31
39
public
function
fill
(FixtureInterface $fixture, SimpleElement
$element
=
null
)
40
{
41
return
parent::fill($fixture,
$element
);
42
}
43
}
Magento\Search\Test\Block\Adminhtml\Block\Edit\SynonymGroupForm\$toggleButton
$toggleButton
Definition:
SynonymGroupForm.php:23
Magento\Search\Test\Block\Adminhtml\Block\Edit\SynonymGroupForm\$contentForm
$contentForm
Definition:
SynonymGroupForm.php:30
Magento\Search\Test\Block\Adminhtml\Block\Edit
Definition:
SynonymGroupForm.php:7
Magento\Search\Test\Block\Adminhtml\Block\Edit\SynonymGroupForm
Definition:
SynonymGroupForm.php:16
Magento\Search\Test\Block\Adminhtml\Block\Edit\SynonymGroupForm\fill
fill(FixtureInterface $fixture, SimpleElement $element=null)
Definition:
SynonymGroupForm.php:39
$element
$element
Definition:
element.phtml:12