How does \Magento\Bundle\Ui\DataProvider\Product\Form\Modifier\Composite 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/Bundle/etc/adminhtml/di.xml#L25-L28

Implementation

https://github.com/magento/magento2/blob/e0ed4bad/app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/Composite.php#L92-L132

See also: