AdobeStockImage Module
Config
This configuration class provides access to Adobe Stock Image integration settings stored in Magento's system configuration. Developers use this class...
Extract\AdobeStockAsset
This class converts Adobe Stock search results (Document objects) into structured Adobe Stock Asset objects. Developers use this when processing Adobe...
Extract\Keywords
This class extracts and converts keyword data from Adobe Stock image search documents into Magento's KeywordInterface objects. Developers use this whe...
Extract\MediaGalleryAsset
This class converts Adobe Stock image search results into Magento's Media Gallery Asset objects. Developers use this when integrating Adobe Stock imag...
GetImageList
This class retrieves a filtered list of Adobe Stock images based on search criteria. Developers use it when implementing Adobe Stock image search func...
GetRelatedImages
This class retrieves related Adobe Stock images based on a given image ID. Developers use it to display similar or related stock images to users, such...
SaveImage
This class handles saving Adobe Stock images to Magento's media gallery. Developers use this when implementing functionality to download and store Ado...
SaveImageFile
This class handles saving Adobe Stock image files to Magento's storage system. Developers use it when implementing Adobe Stock image downloads, as it...
SaveKeywords
This class saves keywords associated with Adobe Stock images to the media gallery. Developers use this when importing Adobe Stock images to store sear...
SaveLicensedImage
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 purcha...
SaveMediaGalleryAsset
This class handles saving Adobe Stock images as media gallery assets in Magento 2. When a merchant downloads an image from Adobe Stock, this class imp...
SerializeImage
This class converts an Adobe Stock image Document object into a plain array format, transforming custom attributes into key-value pairs. Developers us...
Storage\Save
This class handles saving Adobe Stock images from remote URLs to Magento's local file system. Developers use this class when implementing Adobe Stock...