MediaWiki master
EmailConfirmedHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\User\Hook;
4
6
27 public function onEmailConfirmed( $user, &$confirmed );
28}
internal since 1.36
Definition User.php:93
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".