Interface
AccountDelegationInterface
Magento\Customer\Api\AccountDelegationInterface
What it does
This interface defines a contract for delegating customer account creation actions from external modules.
Developers use this to redirect users to a customer registration form with pre-filled data, allowing third-party modules to initiate account creation workflows while maintaining separation of concerns from the core Customer module.
Public Methods
- createRedirectForNew()