MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onUserGetEmailAuthenticationTimestamp ( $user, &$timestamp) | |
This hook is called when getting the timestamp of email authentication. | |
Stable to implement.
Definition at line 11 of file UserGetEmailAuthenticationTimestampHook.php.
MediaWiki\User\Hook\UserGetEmailAuthenticationTimestampHook::onUserGetEmailAuthenticationTimestamp | ( | $user, | |
& | $timestamp | ||
) |
This hook is called when getting the timestamp of email authentication.
User | $user | User object |
string | &$timestamp | Timestamp. Change this to override the local email authentication timestamp. |
Implemented in MediaWiki\HookContainer\HookRunner.