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
module-swatches
Plugin
Eav
System
Config
Source
InputtypePlugin.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Swatches\Plugin\Eav\System\Config\Source
;
7
13
class
InputtypePlugin
14
{
23
public
function
afterGetVolatileInputTypes
(
24
\
Magento
\Eav\Model\Adminhtml\System\Config\Source\Inputtype $subject,
25
array
$result
26
) {
27
$result
= array_merge(
$result
, [[
'select'
,
'swatch_visual'
,
'swatch_text'
]]);
28
return
$result
;
29
}
30
}
$result
$result
Definition:
product_configurable_not_available_rollback.php:26
Magento\Swatches\Plugin\Eav\System\Config\Source\InputtypePlugin\afterGetVolatileInputTypes
afterGetVolatileInputTypes(\Magento\Eav\Model\Adminhtml\System\Config\Source\Inputtype $subject, array $result)
Definition:
InputtypePlugin.php:23
Magento\Swatches\Plugin\Eav\System\Config\Source
Definition:
InputtypePlugin.php:6
Magento
Magento\Swatches\Plugin\Eav\System\Config\Source\InputtypePlugin
Definition:
InputtypePlugin.php:13