Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
fillOptions (array $fields, SimpleElement $element=null) | |
![]() | |
fillOptions (array $fields, SimpleElement $element=null) | |
getDataOptions (array $fields=null, SimpleElement $element=null) | |
getTextForOptionValues (array $fields=null, SimpleElement $element=null) | |
![]() | |
getValidationErrors () | |
isSectionVisible ($sectionName) | |
![]() | |
getFieldsData ($fields=null, SimpleElement $element=null) | |
setFieldsData (array $fields, SimpleElement $contextElement=null) | |
Protected Attributes | |
$addValueButton = '[data-action="add_new_row"]' | |
![]() | |
$errorField = '//fieldset/*[contains(@class,"field ")][.//*[contains(@class,"error")]]' | |
$errorLabel = './/*[contains(@class,"label")]' | |
$errorText = './/label[contains(@class,"error")]' | |
$section = '[data-index="%s"]' | |
Form "Option dropdown" on tab product "Customizable Options".
Definition at line 15 of file DropDown.php.
fillOptions | ( | array | $fields, |
SimpleElement | $element = null |
||
) |
Fill the form.
array | $fields | |
SimpleElement | $element |
Definition at line 31 of file DropDown.php.
|
protected |
Definition at line 22 of file DropDown.php.