Log in
Interface

ConfigurationInterface

Magento\Catalog\Helper\Product\Configuration\ConfigurationInterface

What it does

This interface defines the contract for helpers that retrieve product configuration options.

Developers implement this interface when creating custom product types that need to display their configured options (like selected choices, custom text, or bundle selections) in the cart, checkout, or order views.

It ensures a consistent way to fetch and display product configuration across different product types in Magento 2.

Public Methods

  • getOptions()