How does \Magento\GroupedProduct\Ui\DataProvider\Product\Form\Modifier\StockData 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/GroupedProduct/etc/adminhtml/di.xml#L30-L33

Implementation

https://github.com/magento/magento2/blob/e0ed4bad/app/code/Magento/GroupedProduct/Ui/DataProvider/Product/Form/Modifier/StockData.php#L34-L37

See also: