Interface
ReadFileInterface
Magento\MediaGalleryMetadataApi\Model\ReadFileInterface
What it does
This interface defines a contract for reading file metadata from the media gallery.
Developers implement this interface to create file objects that contain metadata information from image or media files stored at a specific path.
It's used when you need to extract and work with metadata like EXIF data, IPTC information, or other file properties from media gallery assets.
Public Methods
- execute()