Log in
Model

GetEntityContent

Magento\MediaContentCatalog\Model\ResourceModel\GetEntityContent

What it does

This class retrieves content values for catalog entities (like products) across all store views by querying EAV attribute tables.

Developers use it to get all stored values of a specific attribute field for a given entity, which is essential when working with media content associated with catalog items.

It's particularly useful when you need to collect all content variations of an attribute regardless of store view.

Public Methods

  • execute()