MediaWiki
master
OtherBlockLogLinkHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
12
interface
OtherBlockLogLinkHook
{
25
public
function
onOtherBlockLogLink
( &$otherBlockLink, $ip );
26
}
27
29
class_alias( OtherBlockLogLinkHook::class,
'MediaWiki\\Hook\\OtherBlockLogLinkHook'
);
MediaWiki\Specials\Hook\OtherBlockLogLinkHook
This is a hook handler interface, see docs/Hooks.md.
Definition
OtherBlockLogLinkHook.php:12
MediaWiki\Specials\Hook\OtherBlockLogLinkHook\onOtherBlockLogLink
onOtherBlockLogLink(&$otherBlockLink, $ip)
Use this hook to add list items to a list of "other blocks" when viewing Special:BlockList.
MediaWiki\Specials\Hook
Definition
AncientPagesQueryHook.php:3
includes
Specials
Hook
OtherBlockLogLinkHook.php
Generated on Wed Jan 21 2026 07:25:00 for MediaWiki by
1.10.0