AttributeOptionProviderInterface
Magento\ConfigurableProduct\Model\AttributeOptionProviderInterface
What it does
This interface defines a contract for retrieving attribute options for configurable products.
Developers implement this interface to create custom attribute option providers that fetch available values (like size, color options) for a specific attribute and product.
It's used when you need to customize how configurable product attribute options are loaded or filtered.
Public Methods
- getAttributeOptions()