LoginConfirmedEvent¶
A notification event when a login has successfully arrived at the plugin via the view and the controller.
API¶
- class TYPO3\CMS\FrontendLogin\Event\LoginConfirmedEvent¶
A notification when a log in has successfully arrived at the plugin, via the view and the controller, multiple information can be overridden in Event Listeners.
- getController()¶
- Return type
TYPO3\CMS\FrontendLogin\Controller\LoginController
- getView()¶
- Return type
TYPO3\CMS\Extbase\Mvc\View\ViewInterface