MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSpecialMuteSubmit ( $data) | |
This hook is called at the end of SpecialMute::onSubmit. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialMuteSubmit" to register handlers implementing this interface.
Definition at line 12 of file SpecialMuteSubmitHook.php.
MediaWiki\Hook\SpecialMuteSubmitHook::onSpecialMuteSubmit | ( | $data | ) |
This hook is called at the end of SpecialMute::onSubmit.
array | $data | Array containing information about submitted options on SpecialMute form |
Implemented in MediaWiki\HookContainer\HookRunner.