MediaWiki REL1_35
GetLocalURL__InternalHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6use Title;
7
23 public function onGetLocalURL__Internal( $title, &$url, $query );
24}
Represents a title within MediaWiki.
Definition Title.php:42
onGetLocalURL__Internal( $title, &$url, $query)
Use this hook to modify local URLs to internal pages.