LogoutConfirmedEvent

New in version 10.4

This event replaces the $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['logout_confirmed'] hook from the pibase plugin.

The event is triggered when a logout was successful.

API

class \TYPO3\CMS\FrontendLogin\Event\ LogoutConfirmedEvent

A notification when a log out has successfully arrived at the plugin, via the view and the controller, multiple information can be overridden in Event Listeners.

getController ( )
returntype

TYPO3\CMS\FrontendLogin\Controller\LoginController

getView ( )
returntype

TYPO3\CMS\Extbase\Mvc\View\ViewInterface