‪TYPO3CMS  10.4
TYPO3\CMS\FrontendLogin\Event\ModifyLoginFormViewEvent Class Reference

Public Member Functions

 __construct (ViewInterface $view)
 
 getView ()
 

Private Attributes

ViewInterface $view
 

Detailed Description

Allows to inject custom variables into the login form.

Definition at line 25 of file ModifyLoginFormViewEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\FrontendLogin\Event\ModifyLoginFormViewEvent::__construct ( ViewInterface  $view)

Member Function Documentation

◆ getView()

TYPO3\CMS\FrontendLogin\Event\ModifyLoginFormViewEvent::getView ( )

Member Data Documentation

◆ $view

ViewInterface TYPO3\CMS\FrontendLogin\Event\ModifyLoginFormViewEvent::$view
private