Interface
OrderCustomerDelegateInterface
Magento\Sales\Api\OrderCustomerDelegateInterface
What it does
This interface defines a contract for delegating order-related customer operations to the Customer module.
Developers would implement this interface to redirect users to a customer account creation page, pre-populated with data from an existing order, allowing guest customers to create accounts after placing orders.
Public Methods
- delegateNew()