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>
getEmail()
public
getEmail() : FluidEmail
Return values
FluidEmailgetUserInformation()
public
getUserInformation() : array<string|int, mixed>