GetEntityContentsInterface
Magento\MediaContentApi\Model\GetEntityContentsInterface
What it does
This interface defines a contract for retrieving content data from Magento entities based on their content identity.
Developers use this to fetch concatenated content strings associated with a specific entity (like CMS pages, blocks, or product descriptions) when working with media assets and their relationships to content.
It's primarily used by the Media Gallery system to identify where media assets are being used across different content types.
Public Methods
- execute()