MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onOtherBlockLogLink (&$otherBlockLink, $ip) | |
Use this hook to add list items to a list of "other blocks" when viewing Special:BlockList. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "OtherBlockLogLink" to register handlers implementing this interface.
Definition at line 12 of file OtherBlockLogLinkHook.php.
MediaWiki\Hook\OtherBlockLogLinkHook::onOtherBlockLogLink | ( | & | $otherBlockLink, |
$ip ) |
Use this hook to add list items to a list of "other blocks" when viewing Special:BlockList.
Handlers should append HTML fragments to the $otherBlockLink array.
string[] | &$otherBlockLink | Array of HTML fragments |
string | $ip | The requested IP address or username, or an empty string if Special:BlockList is showing all blocks. |
Implemented in MediaWiki\HookContainer\HookRunner.