LoginConfirmedEvent¶
The PSR-14 event \TYPO3\
is
triggered when a login was successful.
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.
API¶
- class LoginConfirmedEvent ¶
-
- Fully qualified name
-
\TYPO3\
CMS\ Frontend Login\ Event\ Login Confirmed Event
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 ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Frontend Login\ Controller\ Login Controller
- getView ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Core\ View\ View Interface
- getRequest ( ) ¶
-
- Returns
-
\Psr\
Http\ Message\ Server Request Interface