MediaWiki master
EmailUserPermissionsErrorsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
26 public function onEmailUserPermissionsErrors( $user, $editToken, &$hookErr );
27}
internal since 1.36
Definition User.php:93
This is a hook handler interface, see docs/Hooks.md.
onEmailUserPermissionsErrors( $user, $editToken, &$hookErr)
Use this hook to retrieve permissions errors for emailing a user.