MediaWiki REL1_39
MediaWiki\Hook\SpecialMuteSubmitHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inheritance diagram for MediaWiki\Hook\SpecialMuteSubmitHook:

Public Member Functions

 onSpecialMuteSubmit ( $data)
 This hook is called at the end of SpecialMute::onSubmit.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SpecialMuteSubmit" to register handlers implementing this interface.

Deprecated
since 1.35, used only for instrumentation on Special:Mute

Definition at line 12 of file SpecialMuteSubmitHook.php.

Member Function Documentation

◆ onSpecialMuteSubmit()

MediaWiki\Hook\SpecialMuteSubmitHook::onSpecialMuteSubmit ( $data)

This hook is called at the end of SpecialMute::onSubmit.

Since
1.35
Parameters
array$dataArray containing information about submitted options on SpecialMute form
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: