MediaWiki REL1_35
|
Stable to implement. 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. | |
Stable to implement.
Definition at line 9 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.