MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onUserSetEmailAuthenticationTimestamp ( $user, &$timestamp) | |
This hook is called when setting the timestamp of a User's email authentication. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserSetEmailAuthenticationTimestamp" to register handlers implementing this interface.
Definition at line 14 of file UserSetEmailAuthenticationTimestampHook.php.
MediaWiki\User\Hook\UserSetEmailAuthenticationTimestampHook::onUserSetEmailAuthenticationTimestamp | ( | $user, | |
& | $timestamp | ||
) |
This hook is called when setting the timestamp of a User's email authentication.
User | $user | |
?string | &$timestamp new timestamp, change this to override local email authentication timestamp |
Implemented in MediaWiki\HookContainer\HookRunner.