MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onHistoryPageToolLinks (IContextSource $context, LinkRenderer $linkRenderer, array &$links) | |
Use this hook to add one or more links to revision history page subtitle. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "HistoryPageToolLinks" to register handlers implementing this interface.
Definition at line 15 of file HistoryPageToolLinksHook.php.
MediaWiki\Hook\HistoryPageToolLinksHook::onHistoryPageToolLinks | ( | IContextSource | $context, |
LinkRenderer | $linkRenderer, | ||
array & | $links ) |
Use this hook to add one or more links to revision history page subtitle.
IContextSource | $context | |
LinkRenderer | $linkRenderer | |
string[] | &$links | Array of HTML strings |
Implemented in MediaWiki\HookContainer\HookRunner.