Repository
CreatorRepositoryInterface
Magento\AdobeStockAssetApi\Api\CreatorRepositoryInterface
What it does
This interface defines the contract for managing Adobe Stock asset creators in Magento 2.
Developers use this repository to save, retrieve, search, and delete creator information associated with Adobe Stock assets.
It provides standard CRUD operations with search criteria support for filtering and paginating creator records.
Public Methods
- save()
- delete()
- getList()
- getById()
- deleteById()