MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onUserSetEmailAuthenticationTimestamp ( $user, &$timestamp) | |
This hook is called when setting the timestamp of a User's email authentication. | |
Stable to implement.
Definition at line 11 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 | User object |
?string | &$timestamp new timestamp, change this to override local email authentication timestamp |
Implemented in MediaWiki\HookContainer\HookRunner.