Model
ReadHandler
Magento\Catalog\Model\Product\Option\ReadHandler
What it does
This read handler is responsible for loading and attaching custom product options to a product entity during the product retrieval process.
It's automatically invoked by Magento's entity manager when a product is loaded, ensuring that all custom options (like dropdowns, text fields, file uploads) are properly populated on the product object.
Public Methods
- execute()