MediaWiki master
OtherBlockLogLinkHook.php
Go to the documentation of this file.
1<?php
2
4
25 public function onOtherBlockLogLink( &$otherBlockLink, $ip );
26}
27
29class_alias( OtherBlockLogLinkHook::class, 'MediaWiki\\Hook\\OtherBlockLogLinkHook' );
This is a hook handler interface, see docs/Hooks.md.
onOtherBlockLogLink(&$otherBlockLink, $ip)
Use this hook to add list items to a list of "other blocks" when viewing Special:BlockList.