MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onEmailUserAuthorizeSend (Authority $sender, StatusValue $status) | |
This hook is called when checking whether a user is allowed to send emails. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EmailUserAuthorizeSend" to register handlers implementing this interface.
Definition at line 16 of file EmailUserAuthorizeSendHook.php.
MediaWiki\Mail\Hook\EmailUserAuthorizeSendHook::onEmailUserAuthorizeSend | ( | Authority | $sender, |
StatusValue | $status ) |
This hook is called when checking whether a user is allowed to send emails.
Authority | $sender | |
StatusValue | $status | Add any error here |
Implemented in MediaWiki\HookContainer\HookRunner.