BeforeUserLogoutEvent

FinalYes

Event fired before a user is going to be actively logged out.

An option to interrupt the regular logout flow from TYPO3 Core (so you can do this yourself) is also available.

Table of Contents

Methods

__construct()  : mixed
disableRegularLogoutProcess()  : void
enableRegularLogoutProcess()  : void
getUser()  : AbstractUserAuthentication
getUserSession()  : UserSession|null
shouldLogout()  : bool

Methods

disableRegularLogoutProcess()

public disableRegularLogoutProcess() : void

enableRegularLogoutProcess()

public enableRegularLogoutProcess() : void

shouldLogout()

public shouldLogout() : bool
Return values
bool

        
On this page

Search results