AfterUserLoggedOutEvent

The purpose of the PSR-14 event \TYPO3\CMS\Core\Authentication\Event\AfterUserLoggedOutEvent is to trigger any kind of action when a user has been successfully logged out.

Example

API

class AfterUserLoggedOutEvent
Fully qualified name
\TYPO3\CMS\Core\Authentication\Event\AfterUserLoggedOutEvent

Event fired after a user has been actively logged out.

getUser ( )
Returns
\TYPO3\CMS\Core\Authentication\AbstractUserAuthentication