MediaWiki master
UndeletePageToolLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
27 public function onUndeletePageToolLinks( IContextSource $context, LinkRenderer $linkRenderer, array &$links );
28}
Class that generates HTML for internal links.
Interface for objects which can provide a MediaWiki context on request.
This is a hook handler interface, see docs/Hooks.md.
onUndeletePageToolLinks(IContextSource $context, LinkRenderer $linkRenderer, array &$links)
Use this hook to add one or more links to edit page subtitle when a page has been previously deleted.