RedirectMode
FinalYes
Contains the different redirect modes types
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
GETPOST
public
string
GETPOST
= 'getpost'
GROUP_LOGIN
public
string
GROUP_LOGIN
= 'groupLogin'
LOGIN
public
string
LOGIN
= 'login'
LOGIN_ERROR
public
string
LOGIN_ERROR
= 'loginError'
LOGOUT
public
string
LOGOUT
= 'logout'
REFERRER
public
string
REFERRER
= 'referer'
REFERRER_DOMAINS
public
string
REFERRER_DOMAINS
= 'refererDomains'
USER_LOGIN
public
string
USER_LOGIN
= 'userLogin'