MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onEmailConfirmed ( $user, &$confirmed) | |
This hook is called when checking that the user's email address is "confirmed". | |
Stable to implement.
Definition at line 11 of file EmailConfirmedHook.php.
MediaWiki\User\Hook\EmailConfirmedHook::onEmailConfirmed | ( | $user, | |
& | $confirmed | ||
) |
This hook is called when checking that the user's email address is "confirmed".
This runs before the other checks, such as anonymity and the real check; return true to allow those checks to occur, and false if checking is done.
Implemented in MediaWiki\HookContainer\HookRunner.