Log in
Model

LinkedProductSelectBuilder

Magento\ConfigurableProduct\Model\ResourceModel\Product\LinkedProductSelectBuilder

What it does

This class builds database SELECT queries for retrieving linked products associated with a configurable product.

It acts as a decorator that wraps another linked product select builder and applies additional processing to each generated query before returning them.

Developers use this when they need to fetch child products of a configurable product with enhanced query modifications applied.

Public Methods

  • build()