MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onUserGetEmail ( $user, &$email) | |
This hook is called when getting an user email address. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserGetEmail" to register handlers implementing this interface.
Definition at line 14 of file UserGetEmailHook.php.
MediaWiki\User\Hook\UserGetEmailHook::onUserGetEmail | ( | $user, | |
& | $email ) |
This hook is called when getting an user email address.
User | $user | |
string | Email, change this to override local email |
Implemented in MediaWiki\HookContainer\HookRunner.