Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
createRedirectForNew (CustomerInterface $customer, array $mixedData=null) | |
Delegating account actions from outside of customer module.
Definition at line 16 of file AccountDelegationInterface.php.
createRedirectForNew | ( | CustomerInterface | $customer, |
array | $mixedData = null |
||
) |
Create redirect to default new account form.
CustomerInterface | $customer | Pre-filled customer data. |
array | null | $mixedData | Add this data to new-customer event if the new customer is created. |
Implemented in AccountDelegation.