MediaWiki REL1_35
MediaWiki\Hook\OtherAutoblockLogLinkHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\OtherAutoblockLogLinkHook:

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.
 

Detailed Description

Stable to implement.

Definition at line 9 of file OtherAutoblockLogLinkHook.php.

Member Function Documentation

◆ onOtherAutoblockLogLink()

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.

Since
1.35
Parameters
string[]&$otherBlockLinkAn array of HTML fragments
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: