MediaWiki REL1_35
HtmlPageLinkRendererEndHook.php
Go to the documentation of this file.
1<?php
2
4
5use HtmlArmor;
8
32 public function onHtmlPageLinkRendererEnd( $linkRenderer, $target, $isKnown,
33 &$text, &$attribs, &$ret
34 );
35}
Marks HTML that shouldn't be escaped.
Definition HtmlArmor.php:30
Class that generates HTML links for pages.
onHtmlPageLinkRendererEnd( $linkRenderer, $target, $isKnown, &$text, &$attribs, &$ret)
This hook is called when generating internal and interwiki links in LinkRenderer, just before the fun...