CategoryRepository
Magento\AdobeStockAsset\Model\CategoryRepository
What it does
This repository class provides a centralized interface for managing Adobe Stock category data in Magento 2.
Developers use it to perform CRUD operations (create, read, update, delete) on Adobe Stock categories, including retrieving categories by ID, saving new categories, deleting categories, and searching categories with filters using SearchCriteria.
It follows the repository pattern by delegating actual operations to command objects.
Public Methods
- save()
- delete()
- getList()
- getById()
- deleteById()