MediaWiki REL1_39
MediaWiki\Hook\OtherAutoblockLogLinkHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. 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

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "OtherAutoblockLogLink" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 12 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: