Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager() | |
$data | |
$optionsPerAttribute = 3 | |
$data ['frontend_input'] = 'swatch_visual' | |
$data ['swatch_input_type'] = 'visual' | |
$data ['swatchvisual']['value'] | |
$data ['optionvisual']['value'] | |
$data ['options']['option'] | |
$options = [] | |
foreach($data['options']['option'] as $optionData) | $attribute |
foreach ( $data[ 'options'][ 'option'] as $optionData) $attribute |
Definition at line 67 of file swatch_attribute.php.
$data |
Definition at line 11 of file swatch_attribute.php.
$data[ 'frontend_input'] = 'swatch_visual' |
Definition at line 25 of file swatch_attribute.php.
$data[ 'swatch_input_type'] = 'visual' |
Definition at line 26 of file swatch_attribute.php.
$data[ 'swatchvisual'][ 'value'] |
Definition at line 27 of file swatch_attribute.php.
$data[ 'optionvisual'][ 'value'] |
Definition at line 39 of file swatch_attribute.php.
$data[ 'options'][ 'option'] |
Definition at line 48 of file swatch_attribute.php.
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager() |
Definition at line 9 of file swatch_attribute.php.
$options = [] |
Definition at line 60 of file swatch_attribute.php.
$optionsPerAttribute = 3 |
Definition at line 23 of file swatch_attribute.php.