Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2752595
UserSetEmailHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
611 B
Referenced Files
None
Subscribers
None
UserSetEmailHook.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 "UserSetEmail" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
UserSetEmailHook
{
/**
* This hook is called when changing user email address.
*
* @since 1.35
*
* @param User $user
* @param string &$email new email, change this to override new email address
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onUserSetEmail
(
$user
,
&
$email
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 20:10 (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
80/e0/0142d2d5be30a82683a64578a577
Default Alt Text
UserSetEmailHook.php (611 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment