How does \Magento\Review\Ui\DataProvider\Product\Form\Modifier\Review 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/Review/Ui/DataProvider/Product/Form/Modifier/Review.php#L19-L19

Usage


Implementation

https://github.com/magento/magento2/blob/e0ed4bad/app/code/Magento/Review/Ui/DataProvider/Product/Form/Modifier/Review.php#L109-L116

See also: