How does \Magento\Catalog\Ui\DataProvider\Product\Form\Modifier\General 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

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

Usage

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

Implementation

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

See also: