MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onEmailConfirmed ( $user, &$confirmed) | |
This hook is called when checking that the user's email address is "confirmed". | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EmailConfirmed" to register handlers implementing this interface.
Definition at line 14 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.