Page MenuHomeWickedGov Phorge

UserSetEmailHook.php
No OneTemporary

Size
611 B
Referenced Files
None
Subscribers
None

UserSetEmailHook.php

<?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

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)

Event Timeline