MediaWiki  master
EmailConfirmedHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\User\Hook;
4 
6 
14 interface EmailConfirmedHook {
27  public function onEmailConfirmed( $user, &$confirmed );
28 }
internal since 1.36
Definition: User.php:98
This is a hook handler interface, see docs/Hooks.md.
onEmailConfirmed( $user, &$confirmed)
This hook is called when checking that the user's email address is "confirmed".