MediaWiki master
PostLoginRedirectHook.php
Go to the documentation of this file.
1<?php
2
4
29 public function onPostLoginRedirect( &$returnTo, &$returnToQuery, &$type );
30}
31
33class_alias( PostLoginRedirectHook::class, 'MediaWiki\\Hook\\PostLoginRedirectHook' );
This is a hook handler interface, see docs/Hooks.md.
onPostLoginRedirect(&$returnTo, &$returnToQuery, &$type)
Use this hook to modify the post login redirect behavior.