Interface
MaskedQuoteIdToQuoteIdInterface
Magento\Quote\Model\MaskedQuoteIdToQuoteIdInterface
What it does
This interface defines a contract for converting a masked quote ID (a public-facing identifier used in guest checkout) to the actual internal quote entity ID.
Developers use this when they need to retrieve the database ID of a quote from its masked/hashed version, typically in guest cart operations or API integrations where the real quote ID should not be exposed.
Public Methods
- execute()