Model
ReadHandler
Magento\Catalog\Model\Category\Link\ReadHandler
What it does
This read handler loads category assignment data for products and attaches it to the product entity as extension attributes.
It retrieves all category links (category IDs and positions) associated with a product and populates them into CategoryLink objects during product entity loading operations.
Public Methods
- execute()