AssetKeywordsInterface
Magento\MediaGalleryApi\Api\Data\AssetKeywordsInterface
What it does
This interface defines the contract for managing keywords associated with media gallery assets in Magento 2.
Developers use it to retrieve an asset's ID and its associated keywords, enabling tagging and categorization of media files for search and organization purposes.
It's commonly used when building features that require keyword-based filtering or management of media gallery content.
Public Methods
- getAssetId()
- getKeywords()
- getExtensionAttributes()
- setExtensionAttributes()