Interface
ConfigurationInterface
Magento\Catalog\Helper\Product\Configuration\ConfigurationInterface
What it does
This interface defines the contract for helpers that retrieve and format product configuration options (like custom options, configurable product selections, or bundle choices) for display in cart, checkout, or order views.
Developers implement this interface to create specialized configuration helpers for different product types, ensuring consistent retrieval of product options across the application.
Public Methods
- getOptions()