MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onOtherAutoblockLogLink (&$otherBlockLink) | |
Use this hook to add list items to a list of "other autoblocks" which appears at the end of Special:AutoblockList. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "OtherAutoblockLogLink" to register handlers implementing this interface.
Definition at line 12 of file OtherAutoblockLogLinkHook.php.
MediaWiki\Hook\OtherAutoblockLogLinkHook::onOtherAutoblockLogLink | ( | & | $otherBlockLink | ) |
Use this hook to add list items to a list of "other autoblocks" which appears at the end of Special:AutoblockList.
Handlers should append HTML fragments to the $otherBlockLink array.
string[] | &$otherBlockLink | An array of HTML fragments |
Implemented in MediaWiki\HookContainer\HookRunner.