MediaWiki
master
PostLoginRedirectHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
12
interface
PostLoginRedirectHook
{
29
public
function
onPostLoginRedirect
( &$returnTo, &$returnToQuery, &$type );
30
}
31
33
class_alias( PostLoginRedirectHook::class,
'MediaWiki\\Hook\\PostLoginRedirectHook'
);
MediaWiki\Specials\Hook\PostLoginRedirectHook
This is a hook handler interface, see docs/Hooks.md.
Definition
PostLoginRedirectHook.php:12
MediaWiki\Specials\Hook\PostLoginRedirectHook\onPostLoginRedirect
onPostLoginRedirect(&$returnTo, &$returnToQuery, &$type)
Use this hook to modify the post login redirect behavior.
MediaWiki\Specials\Hook
Definition
AddNewAccountHook.php:3
includes
Specials
Hook
PostLoginRedirectHook.php
Generated on Sat Nov 15 2025 07:27:01 for MediaWiki by
1.10.0