Log in
Model

ReadHandler

Magento\Catalog\Model\Product\Option\ReadHandler

What it does

This class is responsible for loading and attaching custom options to a product entity when it's being read from the database.

It's part of Magento's entity extension system and automatically executes during product retrieval operations to populate the product's options data.

Developers typically don't call this directly as it's triggered by Magento's entity manager during product load operations.

Public Methods

  • execute()