AccountDelegationInterface
Magento\Customer\Api\AccountDelegationInterface
What it does
This interface provides a contract for delegating customer account creation actions from modules outside of the Customer module.
Developers use this when they need to redirect users to a customer registration form with pre-filled customer data, such as during checkout or from third-party integrations.
It allows other modules to initiate customer account creation workflows without directly depending on Customer module internals.
Public Methods
- createRedirectForNew()