MetadataInterface
Magento\MediaGalleryMetadataApi\Api\Data\MetadataInterface
What it does
This interface defines the structure for media asset metadata in Magento's Media Gallery system.
Developers use it to read and manipulate metadata properties like title, description, and keywords for media files (images, videos) stored in the media gallery.
It's commonly used when working with media asset information, importing/exporting media data, or extending media metadata functionality.
Public Methods
- getTitle()
- getDescription()
- getKeywords()
- getExtensionAttributes()
- setExtensionAttributes()