MediaWiki master
TempUserCreatedRedirectHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
37 Session $session,
38 UserIdentity $user,
39 string $returnTo,
40 string $returnToQuery,
41 string $returnToAnchor,
42 &$redirectUrl
43 );
44}
Manages data for an authenticated session.
Definition Session.php:54
This is a hook handler interface, see docs/Hooks.md.
onTempUserCreatedRedirect(Session $session, UserIdentity $user, string $returnTo, string $returnToQuery, string $returnToAnchor, &$redirectUrl)
This hook is called after an action causes a temporary user to be created or after the first successf...
Interface for objects representing user identity.