Interface
SalesChannelNameResolverInterface
Magento\InventorySalesAdminUi\Model\SalesChannelNameResolverInterface
What it does
This interface defines a contract for resolving human-readable sales channel names from their type and code identifiers.
Developers use this when they need to display sales channel names in the admin UI, such as converting a website code 'base' and type 'website' into a user-friendly name like 'Main Website'.
Public Methods
- resolve()