Log in
Model

ReadHandler

Magento\Catalog\Model\Product\Website\ReadHandler

What it does

This class loads and attaches website IDs to a product's extension attributes during product read operations.

It's automatically invoked by Magento's entity manager when a product is loaded, ensuring website associations are available for multi-store configurations.

Developers typically don't call this directly as it's part of Magento's internal product hydration process.

Public Methods

  • execute()