MediaWiki REL1_35
GetLocalURLHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
11interface GetLocalURLHook {
26 public function onGetLocalURL( $title, &$url, $query );
27}
Represents a title within MediaWiki.
Definition Title.php:42
onGetLocalURL( $title, &$url, $query)
Use this hook to modify local URLs as output into page links.