Model
AssetRepository
Magento\AdobeStockAsset\Model\AssetRepository
What it does
This repository class manages Adobe Stock asset data in Magento 2, providing CRUD operations (create, read, update, delete) for Adobe Stock assets.
Developers use this class to save assets, retrieve them by ID, search for assets using criteria, or delete assets from the system.
It serves as the main API interface for interacting with Adobe Stock asset data throughout the application.
Public Methods
- save()
- getList()
- getById()
- deleteById()