MediaWiki REL1_39
SpecialMuteSubmitHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
21 public function onSpecialMuteSubmit( $data );
22}
This is a hook handler interface, see docs/Hooks.md.
onSpecialMuteSubmit( $data)
This hook is called at the end of SpecialMute::onSubmit.