Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ( $name, $frontendType, array $selectOptions, $configPath, $description='', array $defaultValue=[], $shortCut=null) | |
getSelectOptions () | |
validate ($data) | |
![]() | |
__construct ( $name, $frontendType, $mode, $configPath, $description='', $defaultValue=null, $shortcut=null) | |
getFrontendType () | |
getConfigPath () | |
validate ($data) | |
Data Fields | |
const | FRONTEND_WIZARD_CHECKBOX = 'checkbox' |
const | FRONTEND_WIZARD_MULTISELECT = 'multiselect' |
Multi-select option in deployment config tool
Definition at line 11 of file MultiSelectConfigOption.php.
__construct | ( | $name, | |
$frontendType, | |||
array | $selectOptions, | ||
$configPath, | |||
$description = '' , |
|||
array | $defaultValue = [] , |
||
$shortCut = null |
|||
) |
Constructor
string | $name | |
string | $frontendType | |
array | $selectOptions | |
string | $configPath | |
string | $description | |
array | $defaultValue | |
string | array | null | $shortCut |
Definition at line 35 of file MultiSelectConfigOption.php.
getSelectOptions | ( | ) |
validate | ( | $data | ) |
Validates input data
mixed | $data |
Definition at line 81 of file MultiSelectConfigOption.php.
const FRONTEND_WIZARD_CHECKBOX = 'checkbox' |
#+ Frontend input types
Definition at line 16 of file MultiSelectConfigOption.php.
const FRONTEND_WIZARD_MULTISELECT = 'multiselect' |
Definition at line 17 of file MultiSelectConfigOption.php.