Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
const | SWATCH_TYPE_TEXTUAL_ATTRIBUTE_FRONTEND_INPUT = 'swatch_text' |
const | SWATCH_TYPE_VISUAL_ATTRIBUTE_FRONTEND_INPUT = 'swatch_visual' |
const | SWATCH_INPUT_TYPE_KEY = 'swatch_input_type' |
const | SWATCH_INPUT_TYPE_TEXT = 'text' |
const | SWATCH_INPUT_TYPE_VISUAL = 'visual' |
const | SWATCH_INPUT_TYPE_DROPDOWN = 'dropdown' |
const | SWATCH_TYPE_TEXTUAL = 0 |
const | SWATCH_TYPE_VISUAL_COLOR = 1 |
const | SWATCH_TYPE_VISUAL_IMAGE = 2 |
const | SWATCH_TYPE_EMPTY = 3 |
const | SWATCH_IMAGE_NAME = 'swatch_image' |
const | SWATCH_THUMBNAIL_NAME = 'swatch_thumb' |
Protected Member Functions | |
_construct () | |
![]() | |
_construct () | |
_init ($resourceModel) | |
_setResourceModel ($resourceName, $collectionName=null) | |
_getResource () | |
_getEventData () | |
_beforeLoad ($modelId, $field=null) | |
_afterLoad () | |
_hasModelChanged () | |
_getValidatorBeforeSave () | |
_createValidatorBeforeSave () | |
_getValidationRulesBeforeSave () | |
_clearReferences () | |
_clearData () | |
![]() | |
_getData ($key) | |
_underscore ($name) | |
|
protected |
const SWATCH_IMAGE_NAME = 'swatch_image' |
Name of swatch image
Definition at line 47 of file Swatch.php.
const SWATCH_INPUT_TYPE_DROPDOWN = 'dropdown' |
Value for dropdown input type
Definition at line 30 of file Swatch.php.
const SWATCH_INPUT_TYPE_KEY = 'swatch_input_type' |
Swatch input type key in array to retrieve the value
Definition at line 21 of file Swatch.php.
const SWATCH_INPUT_TYPE_TEXT = 'text' |
Value for text swatch input type
Definition at line 24 of file Swatch.php.
const SWATCH_INPUT_TYPE_VISUAL = 'visual' |
Value for visual swatch input type
Definition at line 27 of file Swatch.php.
const SWATCH_THUMBNAIL_NAME = 'swatch_thumb' |
Name of swatch thumbnail
Definition at line 52 of file Swatch.php.
const SWATCH_TYPE_EMPTY = 3 |
Constant for identifying empty swatch type
Definition at line 42 of file Swatch.php.
const SWATCH_TYPE_TEXTUAL = 0 |
Constant for identifying textual swatch type
Definition at line 33 of file Swatch.php.
const SWATCH_TYPE_TEXTUAL_ATTRIBUTE_FRONTEND_INPUT = 'swatch_text' |
Constant for identifying attribute frontend type for textual swatch
Definition at line 15 of file Swatch.php.
const SWATCH_TYPE_VISUAL_ATTRIBUTE_FRONTEND_INPUT = 'swatch_visual' |
Constant for identifying attribute frontend type for visual swatch
Definition at line 18 of file Swatch.php.
const SWATCH_TYPE_VISUAL_COLOR = 1 |
Constant for identifying visual swatch type with color number value
Definition at line 36 of file Swatch.php.
const SWATCH_TYPE_VISUAL_IMAGE = 2 |
Constant for identifying visual swatch type with color number value
Definition at line 39 of file Swatch.php.