Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2751851
UserLoadAfterLoadFromSessionHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
673 B
Referenced Files
None
Subscribers
None
UserLoadAfterLoadFromSessionHook.php
View Options
<?php
namespace
MediaWiki\User\Hook
;
use
MediaWiki\User\User
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "UserLoadAfterLoadFromSession" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
UserLoadAfterLoadFromSessionHook
{
/**
* This hook is called to authenticate users on external or environmental means.
*
* This hook is called after session is loaded.
*
* @since 1.35
*
* @param User $user User object being loaded
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onUserLoadAfterLoadFromSession
(
$user
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 19:15 (1 d, 14 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
95/03/e7141e3eec6d91994a3540a8b0a7
Default Alt Text
UserLoadAfterLoadFromSessionHook.php (673 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment