Interface
OptionSelectBuilderInterface
Magento\ConfigurableProduct\Model\ResourceModel\Attribute\OptionSelectBuilderInterface
What it does
This interface defines a contract for building database SELECT queries to retrieve configurable product attribute options.
Developers implement this interface when they need to customize how configurable product options are loaded from the database, such as filtering options based on specific criteria or modifying the query structure for performance optimization.
Public Methods
- getSelect()