ModifyLoginFormViewEvent¶
The PSR-14 event \TYPO3\CMS\FrontendLogin\Event\ModifyLoginFormViewEvent
allows to inject custom variables into the login form.
Changed in version 12.0: The interface \TYPO3\CMS\Extbase\Mvc\View\ViewInterface
has been
removed with v12. The getView()
method signature has been changed
to TYPO3Fluid\Fluid\View\ViewInterface
with the v12 release.