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.
Example¶
Note
Currently, we do not have an example for this event. If you can provide a useful one, please open an issue with your code snippets or a pull request.