Log in
Repository

AssetRepositoryInterface

Magento\AdobeStockAssetApi\Api\AssetRepositoryInterface

What it does

This repository interface defines standard CRUD operations for managing Adobe Stock assets in Magento 2.

Developers use this to save, retrieve, search, and delete Adobe Stock asset records from the system.

It serves as the main entry point for any module that needs to interact with Adobe Stock asset data.

Public Methods

  • save()
  • getList()
  • getById()
  • deleteById()