Log in
Interface

LinkedProductSelectBuilderInterface

Magento\Catalog\Model\ResourceModel\Product\LinkedProductSelectBuilderInterface

What it does

This interface defines a contract for building database SELECT queries to retrieve linked product information with minimal price data.

Developers implement this interface when they need to create custom logic for fetching related products (like configurable product children, grouped products, or bundle items) with their pricing information for a specific store context.

Public Methods

  • build()