MediaWiki master
HtmlPageLinkRendererBeginHook.php
Go to the documentation of this file.
1<?php
2
4
5use HtmlArmor;
8
38 public function onHtmlPageLinkRendererBegin( $linkRenderer, $target, &$text,
39 &$customAttribs, &$query, &$ret
40 );
41}
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.
onHtmlPageLinkRendererBegin( $linkRenderer, $target, &$text, &$customAttribs, &$query, &$ret)
This hook is called when generating internal and interwiki links in LinkRenderer, before processing s...
Represents the target of a wiki link.