MediaWiki REL1_35
MediaWiki\Hook\HistoryPageToolLinksHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\HistoryPageToolLinksHook:

Public Member Functions

 onHistoryPageToolLinks ( $context, $linkRenderer, &$links)
 Use this hook to add one or more links to revision history page subtitle.
 

Detailed Description

Stable to implement.

Definition at line 12 of file HistoryPageToolLinksHook.php.

Member Function Documentation

◆ onHistoryPageToolLinks()

MediaWiki\Hook\HistoryPageToolLinksHook::onHistoryPageToolLinks (   $context,
  $linkRenderer,
$links 
)

Use this hook to add one or more links to revision history page subtitle.

Since
1.35
Parameters
IContextSource$context
LinkRenderer$linkRenderer
string[]&$linksArray of HTML strings
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: