Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
AccountDelegationInterface Interface Reference
Inheritance diagram for AccountDelegationInterface:
AccountDelegation

Public Member Functions

 createRedirectForNew (CustomerInterface $customer, array $mixedData=null)
 

Detailed Description

Delegating account actions from outside of customer module.

Definition at line 16 of file AccountDelegationInterface.php.

Member Function Documentation

◆ createRedirectForNew()

createRedirectForNew ( CustomerInterface  $customer,
array  $mixedData = null 
)

Create redirect to default new account form.

Parameters
CustomerInterface$customerPre-filled customer data.
array | null$mixedDataAdd this data to new-customer event if the new customer is created.
Returns
Redirect

Implemented in AccountDelegation.


The documentation for this interface was generated from the following file: