How does \Magento\Catalog\Ui\DataProvider\Product\Form\Modifier\Eav work?

Preliminary reading: How does a backend product form define the data to be passed to its UI component on the client (JavaScript) side?

Declaration

Usage

https://github.com/magento/magento2/blob/e0ed4bad/app/code/Magento/Catalog/etc/adminhtml/di.xml#L92-L95


Implementation


https://github.com/magento/magento2/blob/e0ed4bad/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php#L551-L571


https://github.com/magento/magento2/blob/e0ed4bad/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php#L11-L11

https://github.com/magento/magento2/blob/e0ed4bad/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php#L144-L144

https://github.com/magento/magento2/blob/e0ed4bad/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php#L161-L161

https://github.com/magento/magento2/blob/e0ed4bad/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php#L176-L176

See also: