MediaWiki REL1_39
UserGetEmailAuthenticationTimestampHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\User\Hook;
4
5use User;
6
25 public function onUserGetEmailAuthenticationTimestamp( $user, &$timestamp );
26}
internal since 1.36
Definition User.php:70
onUserGetEmailAuthenticationTimestamp( $user, &$timestamp)
This hook is called when getting the timestamp of email authentication.