MediaWiki master
HtmlPageLinkRendererEndHook.php
Go to the documentation of this file.
1<?php
2
4
5use HtmlArmor;
8
35 public function onHtmlPageLinkRendererEnd( $linkRenderer, $target, $isKnown,
36 &$text, &$attribs, &$ret
37 );
38}
Marks HTML that shouldn't be escaped.
Definition HtmlArmor.php:30
Class that generates HTML for internal links.
This is a hook handler interface, see docs/Hooks.md.
onHtmlPageLinkRendererEnd( $linkRenderer, $target, $isKnown, &$text, &$attribs, &$ret)
This hook is called when generating internal and interwiki links in LinkRenderer, just before the fun...
Represents the target of a wiki link.