Interface
ProductMediaAttributeManagementInterface
Magento\Catalog\Api\ProductMediaAttributeManagementInterface
What it does
This interface defines a contract for retrieving media image attributes associated with a specific product attribute set.
Developers use this when they need to programmatically fetch all media-related attributes (like product images, thumbnails, etc.) that are available for products in a given attribute set, typically for custom image management features or API integrations.
Public Methods
- getList()