MediaWiki master
GetLocalURL__InternalHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
7
26 public function onGetLocalURL__Internal( $title, &$url, $query );
27}
Represents a title within MediaWiki.
Definition Title.php:78
This is a hook handler interface, see docs/Hooks.md.
onGetLocalURL__Internal( $title, &$url, $query)
Use this hook to modify local URLs to internal pages.