Log in
Model

CreatorRepository

Magento\AdobeStockAsset\Model\CreatorRepository

What it does

This repository class manages CRUD operations for Adobe Stock creator data in Magento 2.

Developers use this class to save, retrieve, search, and delete creator information associated with Adobe Stock assets.

It implements the repository pattern by delegating operations to command objects and provides a standardized interface for working with creator entities.

Public Methods

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