Model
GetAssetsByPaths
Magento\MediaGallery\Model\ResourceModel\GetAssetsByPaths
What it does
This class retrieves media gallery asset records from the database based on an array of file paths.
Developers use it when they need to fetch complete asset information (ID, title, description, dimensions, etc.) for specific media files stored in Magento's media gallery.
It performs case-sensitive path matching to ensure exact file path correspondence.
Public Methods
- execute()