‪TYPO3CMS  ‪main
TYPO3\CMS\FrontendLogin\Event\SendRecoveryEmailEvent Class Reference

Public Member Functions

 __construct (private FluidEmail $email, private array $user)
 
 getUserInformation ()
 
 getEmail ()
 

Detailed Description

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

Additional validation can happen here.

Definition at line 28 of file SendRecoveryEmailEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\FrontendLogin\Event\SendRecoveryEmailEvent::__construct ( private FluidEmail  $email,
private array  $user 
)

Definition at line 30 of file SendRecoveryEmailEvent.php.

Member Function Documentation

◆ getEmail()

TYPO3\CMS\FrontendLogin\Event\SendRecoveryEmailEvent::getEmail ( )

Definition at line 37 of file SendRecoveryEmailEvent.php.

◆ getUserInformation()

TYPO3\CMS\FrontendLogin\Event\SendRecoveryEmailEvent::getUserInformation ( )

Definition at line 32 of file SendRecoveryEmailEvent.php.