MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onUserGetEmailAuthenticationTimestamp ( $user, &$timestamp) | |
This hook is called when getting the timestamp of email authentication. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserGetEmailAuthenticationTimestamp" to register handlers implementing this interface.
Definition at line 14 of file UserGetEmailAuthenticationTimestampHook.php.
MediaWiki\User\Hook\UserGetEmailAuthenticationTimestampHook::onUserGetEmailAuthenticationTimestamp | ( | $user, | |
& | $timestamp | ||
) |
This hook is called when getting the timestamp of email authentication.
User | $user | |
string | &$timestamp | Timestamp. Change this to override the local email authentication timestamp. |
Implemented in MediaWiki\HookContainer\HookRunner.