How does \Magento\Catalog\Ui\DataProvider\Product\Form\Modifier\AttributeSet 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#L96-L99

Implementation

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

See also: