SendRecoveryEmailEvent

Read onlyYes
FinalYes

Event that contains the email to be sent to the user when they request a new password.

More

Additional validation can happen here.

Table of Contents

Methods

__construct()  : mixed
getEmail()  : FluidEmail
getUserInformation()  : array<string|int, mixed>

Methods

__construct()

public __construct(FluidEmail $email, array<string|int, mixed> $user) : mixed
Parameters
$email : FluidEmail
$user : array<string|int, mixed>

getUserInformation()

public getUserInformation() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results