RedirectMode

FinalYes

Contains the different redirect modes types

Internal

this is a concrete TYPO3 implementation and solely used for EXT:felogin and not part of TYPO3's Core API.

Table of Contents

Constants

GETPOST  : string = 'getpost'
GROUP_LOGIN  : string = 'groupLogin'
LOGIN  : string = 'login'
LOGIN_ERROR  : string = 'loginError'
LOGOUT  : string = 'logout'
REFERRER  : string = 'referer'
REFERRER_DOMAINS  : string = 'refererDomains'
USER_LOGIN  : string = 'userLogin'

Constants

GROUP_LOGIN

public string GROUP_LOGIN = 'groupLogin'

LOGIN_ERROR

public string LOGIN_ERROR = 'loginError'

REFERRER

public string REFERRER = 'referer'

REFERRER_DOMAINS

public string REFERRER_DOMAINS = 'refererDomains'

USER_LOGIN

public string USER_LOGIN = 'userLogin'
On this page

Search results