Log in
Model

OptionSelectBuilder

Magento\ConfigurableProduct\Model\ResourceModel\Attribute\OptionSelectBuilder

What it does

This class builds database SELECT queries to retrieve configurable product options and their associated data.

Developers use this when they need to fetch information about configurable product variations, including SKUs, attribute values, labels, and option titles across different store views.

It's primarily used internally by Magento's configurable product system to display product options on the frontend and manage them in the admin.

Public Methods

  • getSelect()