MediaWiki REL1_35
SelfLinkBeginHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
25 public function onSelfLinkBegin( $nt, &$html, &$trail, &$prefix, &$ret );
26}
Represents a title within MediaWiki.
Definition Title.php:42
onSelfLinkBegin( $nt, &$html, &$trail, &$prefix, &$ret)
This hook is called before a link to the current article is displayed to allow the display of the lin...