How do the Magento_Downloadable module's classes implement the modifyMeta() method of the \Magento\Ui\DataProvider\Modifier\ModifierInterface interface?

Preliminary reading: How does \Magento\Ui\DataProvider\Modifier\ModifierInterface::modifyMeta()work?




https://github.com/magento/magento2/blob/e0ed4bad/app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/Samples.php#L96-L135


https://github.com/magento/magento2/blob/e0ed4bad/app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/UsedDefault.php#L62-L73

See also: