Interface
CustomizableOptionValueInterface
Magento\QuoteGraphQl\Model\CartItem\DataProvider\CustomizableOptionValueInterface
What it does
This interface defines a contract for data providers that extract and format customizable product option values from quote (cart) items for GraphQL responses.
Developers implement this interface to create specific providers for different types of customizable options (text, dropdown, checkbox, etc.) when building GraphQL queries related to cart items with custom options.
Public Methods
- getData()