Interface
SaveInterface
Magento\AdobeStockAssetApi\Model\Category\Command\SaveInterface
What it does
This interface defines a command for saving Adobe Stock asset category data to Magento's data storage.
Developers use this when they need to persist category information for Adobe Stock assets, such as when syncing categories from Adobe Stock API or updating category data.
It follows the command pattern to separate the save operation from the business logic.
Public Methods
- execute()