SaveLicensedImage
Magento\AdobeStockImage\Model\SaveLicensedImage
What it does
This class handles the process of saving a licensed Adobe Stock image to Magento's media storage.
Developers would use this when a merchant has purchased/licensed an image from Adobe Stock and needs to download and store it in their Magento instance.
It retrieves the licensed image URL, marks the asset as licensed in the database, and saves the high-resolution file to the specified destination path.
Public Methods
- execute()