MediaWiki REL1_33
|
Helper functions for the login form that need to be shared with other special pages (such as CentralAuth's SpecialCentralLogin). More...
Public Member Functions | |
__construct (IContextSource $context) | |
showReturnToPage ( $type, $returnTo='', $returnToQuery='', $stickHTTPS=false) | |
Show a return link or redirect to it. | |
Public Member Functions inherited from ContextSource | |
canUseWikiPage () | |
Check whether a WikiPage object can be get with getWikiPage(). | |
exportSession () | |
Export the resolved user IP, HTTP headers, user ID, and session ID. | |
getConfig () | |
getContext () | |
Get the base IContextSource object. | |
getLanguage () | |
getOutput () | |
getRequest () | |
getSkin () | |
getStats () | |
getTiming () | |
getTitle () | |
getUser () | |
getWikiPage () | |
Get the WikiPage object. | |
msg ( $key) | |
Get a Message object with context set Parameters are the same as wfMessage() | |
setContext (IContextSource $context) | |
Static Public Member Functions | |
static | getValidErrorMessages () |
Returns an array of all valid error messages. | |
Static Public Attributes | |
static string[] | $validErrorMessages |
Valid error and warning messages. | |
Helper functions for the login form that need to be shared with other special pages (such as CentralAuth's SpecialCentralLogin).
Definition at line 8 of file LoginHelper.php.
LoginHelper::__construct | ( | IContextSource | $context | ) |
Definition at line 46 of file LoginHelper.php.
References ContextSource\setContext().
|
static |
Returns an array of all valid error messages.
Definition at line 36 of file LoginHelper.php.
References $messages, and $validErrorMessages.
Referenced by LoginSignupSpecialPage\load(), and UserNotLoggedIn\report().
LoginHelper::showReturnToPage | ( | $type, | |
$returnTo = '', | |||
$returnToQuery = '', | |||
$stickHTTPS = false ) |
Show a return link or redirect to it.
Extensions can change where the link should point or inject content into the page (which will change it from redirect to link mode).
string | $type | One of the following:
|
string | $returnTo | |
array | string | $returnToQuery | |
bool | $stickHTTPS | Keep redirect link on HTTPS |
Definition at line 63 of file LoginHelper.php.
References $options, $type, and(), ContextSource\getConfig(), ContextSource\getOutput(), PROTO_HTTP, PROTO_HTTPS, PROTO_RELATIVE, and wfCgiToArray().
|
static |
Valid error and warning messages.
Special:Userlogin can show an error or warning message on the form when coming from another page. This is done via the ?error= or ?warning= GET parameters.
This array is the list of valid message keys. Further keys can be added by the LoginFormValidErrorMessages hook. All other values will be ignored.
Definition at line 21 of file LoginHelper.php.
Referenced by getValidErrorMessages().